Home
last modified time | relevance | path

Searched refs:KBD_LEFT_ARROW (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dhconsole.h40 #define KBD_LEFT_ARROW "\x1B[D" macro
H A Dhconsole.c314 case 0x4B: strcpy( kbbuf, KBD_LEFT_ARROW ); break; in translate_keystroke()
H A Dpanel.c2386 if (strcmp(kbbuf+i, KBD_LEFT_ARROW) == 0) {