Use get_wch

This commit is contained in:
Jari Vetoniemi 2014-10-23 01:33:12 +03:00
parent fa9c421b77
commit 20c1b5d04f

View File

@ -245,7 +245,7 @@ poll_key(const struct bm_menu *menu, uint32_t *unicode)
if (!curses.stdscr)
return BM_KEY_NONE;
*unicode = getch();
get_wch((wint_t*)unicode);
switch (*unicode) {
#if KEY_RESIZE