Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dhconsole.h56 #define KBD_CTRL_HOME "\x1B""w" // (is this right??) macro
H A Dhconsole.c316 case 0x77: strcpy( kbbuf, KBD_CTRL_HOME ); break; in translate_keystroke()
H A Dpanel.c2272 if (NPDup == 0 && strcmp(kbbuf+i, KBD_CTRL_HOME) == 0) {