1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 06:06:45 +02:00

make ctrl-L force refresh the window

This commit is contained in:
Jfreegman
2014-10-01 16:24:36 -04:00
parent b46a77f977
commit e7697b8fba
6 changed files with 14 additions and 3 deletions

View File

@ -242,6 +242,7 @@ void set_active_window(int ch);
int get_num_active_windows(void);
void kill_all_windows(Tox *m); /* should only be called on shutdown */
void on_window_resize(void);
void force_refresh(WINDOW *w);
ToxWindow *get_window_ptr(int i);
/* refresh inactive windows to prevent scrolling bugs.