mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-29 11:46:45 +02:00
remove scroll mode, scroll windows via PageUp/PageDown
This commit is contained in:
@ -316,6 +316,12 @@ ToxWindow *init_windows(Tox *m)
|
||||
return prompt;
|
||||
}
|
||||
|
||||
void on_window_resize(int sig)
|
||||
{
|
||||
refresh();
|
||||
clear();
|
||||
}
|
||||
|
||||
static void draw_window_tab(ToxWindow toxwin)
|
||||
{
|
||||
/* alert0 takes priority */
|
||||
|
Reference in New Issue
Block a user