mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-05 08:16:45 +02:00
remove scroll mode, scroll windows via PageUp/PageDown
This commit is contained in:
@ -176,5 +176,6 @@ void del_window(ToxWindow *w);
|
||||
void set_active_window(int ch);
|
||||
int get_num_active_windows(void);
|
||||
void kill_all_windows(void); /* should only be called on shutdown */
|
||||
void on_window_resize(int sig);
|
||||
|
||||
#endif /* #define _windows_h */
|
||||
|
Reference in New Issue
Block a user