1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 15:07:46 +02:00

Fixed input lag

This commit is contained in:
Marin Ivanov 2016-07-27 18:06:33 +02:00
parent f89638635a
commit c425aa2f27

View File

@ -533,6 +533,7 @@ void draw_active_window(Tox *m)
touchwin(a->window);
a->onDraw(a, m);
wrefresh(a->window);
/* Handle input */
bool ltr;