Hello, I noticed ncurses is sending \E[> in the initialization string (e.g. when doing "TERM=vt220 reset"), and terminfo has this:
is2=\E[?7h\E[>\E[?1l\E F\E[?4l
Shouldn't that be \E> instead (keypad mode)?
A.
Hello, I noticed ncurses is sending \E[> in the initialization string (e.g. when doing "TERM=vt220 reset"), and terminfo has this:
is2=\E[?7h\E[>\E[?1l\E F\E[?4l
Shouldn't that be \E> instead (keypad mode)?
A.