1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-04-15 21:12:57 +02:00

Merge pull request from jin-eld/fix-widechar-backspace

Fix for the "bad character" when doing backspace in chat window
This commit is contained in:
stal 2013-08-26 10:01:02 -07:00
commit f7bef61252

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