[Midnightbsd-cvs] src: termcap.src: Some software, notably dialog(1), can understand
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Jan 5 16:34:05 EST 2012
Log Message:
-----------
Some software, notably dialog(1), can understand back-tab, which is typically bound to Shift-Tab. syscons produces ^]]Z for Shift-Tab, like many VT100-like terminal (emulators). The plain xterm does not produce this sequence, but ^I for both Tab and Shift-Tab.
For compatibility with xterm-compatible terminal emulators, adding a kB attribute is desirable.
On the console,
$ dialog --menu foo 20 60 12 a one b two c three
Hitting Shift-Tab exits from dialog.
Reported by Stefan Bethke
Modified Files:
--------------
src/share/termcap:
termcap.src (r1.4 -> r1.5)
(http://cvsweb.midnightbsd.org/src/share/termcap/termcap.src?r1=1.4&r2=1.5)
More information about the Midnightbsd-cvs
mailing list