Bug#505297: ncurses-base: Wrong terminfo for xterm keys up, down, end, home

2008-11-13 Thread Jörg Sommer
Hallo, Thomas Dickey schrieb am Wed 12. Nov, 17:12 (-0500): On Tue, 11 Nov 2008, Jörg Sommer wrote: Package: ncurses-base Version: 5.7-1 Severity: normal I'm in an XTerm (package version 237-1): % echo $TERM xterm % infocmp -L G -Eo 'key_(home|end|up|down)=[^,]*' key_down=\EOB

Bug#505297: ncurses-base: Wrong terminfo for xterm keys up, down, end, home

2008-11-13 Thread Thomas Dickey
On Thu, 13 Nov 2008, J?rg Sommer wrote: I have a problem with jed that configures the keys according the information in terminfo and fails with the different keys send by XTerm. Why the terminfo says XTerm sends \EOA for up, but XTerm send \e[A? If jed is not sending terminfo smkx to setup

Bug#505297: ncurses-base: Wrong terminfo for xterm keys up, down, end, home

2008-11-12 Thread Thomas Dickey
On Tue, 11 Nov 2008, J??rg Sommer wrote: Package: ncurses-base Version: 5.7-1 Severity: normal Hi, I'm in an XTerm (package version 237-1): % echo $TERM xterm % infocmp -L G -Eo 'key_(home|end|up|down)=[^,]*' key_down=\EOB key_end=\EOF key_home=\EOH key_up=\EOA but XTerm sends these

Bug#505297: ncurses-base: Wrong terminfo for xterm keys up, down, end, home

2008-11-11 Thread Jörg Sommer
Package: ncurses-base Version: 5.7-1 Severity: normal Hi, I'm in an XTerm (package version 237-1): % echo $TERM xterm % infocmp -L G -Eo 'key_(home|end|up|down)=[^,]*' key_down=\EOB key_end=\EOF key_home=\EOH key_up=\EOA but XTerm sends these sequences: % read ^[[B^[[4~^[[1~^[[A They match