mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-19 13:26:36 +02:00
Fixed input lag
This commit is contained in:
@ -533,6 +533,7 @@ void draw_active_window(Tox *m)
|
||||
|
||||
touchwin(a->window);
|
||||
a->onDraw(a, m);
|
||||
wrefresh(a->window);
|
||||
|
||||
/* Handle input */
|
||||
bool ltr;
|
||||
|
Reference in New Issue
Block a user