diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-09-17 15:35:26 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-09-17 15:35:26 +0000 |
commit | 0e7e8b3e74ffffe8e50bc2961edb7b957640e099 (patch) | |
tree | f860c8be7d2a1aed7ba011e54a8818edbf6245be /share | |
parent | fda46e8fc8e10e894e631d6d720fbf748f204934 (diff) |
Both tmux and screen expect \177 for backspace, so change our screen
terminfo entry to have kbs=\177 (we already do this for xterm). Fixes
problems with "le" editor reported by bcallah@
Diffstat (limited to 'share')
-rw-r--r-- | share/termtypes/termtypes.master | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/termtypes/termtypes.master b/share/termtypes/termtypes.master index 623a132aef6..effbfbbd40e 100644 --- a/share/termtypes/termtypes.master +++ b/share/termtypes/termtypes.master @@ -1,6 +1,6 @@ ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE # -# $OpenBSD: termtypes.master,v 1.49 2014/04/07 09:58:25 nicm Exp $ +# $OpenBSD: termtypes.master,v 1.50 2014/09/17 15:35:25 nicm Exp $ # # This version of terminfo.src is distributed with ncurses and is maintained # by Thomas E. Dickey (TD). @@ -8,8 +8,8 @@ # Report bugs and new terminal descriptions to # bug-ncurses@gnu.org # -# $Revision: 1.49 $ -# $Date: 2014/04/07 09:58:25 $ +# $Revision: 1.50 $ +# $Date: 2014/09/17 15:35:25 $ # # The original header is preserved below for reference. It is noted that there # is a "newer" version which differs in some cosmetic details (but actually @@ -5734,7 +5734,7 @@ screen|VT 100/ANSI X3.64 virtual terminal, cvvis=\E[34l, dch=\E[%p1%dP, dch1=\E[P, dl=\E[%p1%dM, dl1=\E[M, ed=\E[J, el=\E[K, el1=\E[1K, enacs=\E(B\E)0, flash=\Eg, home=\E[H, ht=^I, hts=\EH, ich=\E[%p1%d@, - il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=^H, kcbt=\E[Z, + il=\E[%p1%dL, il1=\E[L, ind=^J, is2=\E)0, kbs=\177, kcbt=\E[Z, kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, kdch1=\E[3~, kend=\E[4~, kf1=\EOP, kf10=\E[21~, kf11=\E[23~, kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, |