Home
last modified time | relevance | path

Searched refs:DJGPP_keytab (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/texinfo/info/
Dpcterm.c375 } DJGPP_keytab[] = { /* these are for moving between nodes... */ variable
491 for (i = 0; DJGPP_keytab[i].inkey; i++) in find_sequence()
492 if (key == DJGPP_keytab[i].inkey) in find_sequence()
493 return DJGPP_keytab[i].sequence; in find_sequence()
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.462585 (DJGPP_keytab): Map Home, End, and Insert to escape sequences, not
4682 * info/pcterm.c (DJGPP_keytab): Add translation for Alt-PgUp and