mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 00:26:37 +02:00
Merge pull request #17 from manuel-arguelles/fix_blocking
Fix blocking while waiting for key
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user