forked from RepoMirrors/bemenu
Use get_wch
This commit is contained in:
parent
fa9c421b77
commit
20c1b5d04f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user