On Thu, Jan 10, 2002 at 10:26:41PM -0600, Ron Johnson wrote: > Hi. > > Delete, Backspace, & the 4 arrow keys work, though. And the 4 > questionable keys *do* work in curses programs like vim 6. > > # showkey -s > kb mode was XLATE > > press any key (program terminates after 10s of last keypress)... > ^[[2~ #Insert > ^[[1~ #Home > ^[[4~ #Delete > # dumpkeys |grep Ins > keycode 110 = Insert > string Insert = "\033[2~" > > There are no entries for Home & End. > > Any thoughts?
Are there entries for Home and End in the terminfo entry (infocmp)? What is your $TERM set to? Does ctrl-A and ctrl-E work for moving to the start end end of the lines? Crispin