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

Merge pull request #17 from manuel-arguelles/fix_blocking

Fix blocking while waiting for key
This commit is contained in:
JFreegman 2013-08-31 19:32:31 -07:00
commit 7a106c1104

View File

@ -236,7 +236,7 @@ void draw_active_window(Tox *m)
/* Handle input */
#ifdef HAVE_WIDECHAR
wget_wch(a->window, &ch);
wget_wch(stdscr, &ch);
#else
ch = getch();
#endif