Searched refs:KEYSYM_CNTRL (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/ui/ | ||
H A D | curses_keys.h | 45 #define KEYSYM_CNTRL (SCANCODE_CTRL << 16) macro |
H A D | curses.c | 345 keysym |= KEYSYM_CNTRL; in curses_refresh() |