mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-29 23:36:46 +02:00
groupchat keys can sometimes start with a 0
This commit is contained in:
@ -358,7 +358,7 @@ void on_window_resize(void)
|
||||
delwin(w->chatwin->infobox.win);
|
||||
w->chatwin->infobox.win = newwin(INFOBOX_HEIGHT, INFOBOX_WIDTH + 1, 1, x2 - INFOBOX_WIDTH);
|
||||
}
|
||||
#endif /* #ifdef _SUPPORT_AUDIO */
|
||||
#endif /* _SUPPORT_AUDIO */
|
||||
|
||||
scrollok(w->chatwin->history, 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user