diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-04-05 17:35:21 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2010-04-05 17:35:21 +0000 |
commit | 5f642aff07666bcb6e4de2ccc3bebf905af1d0ef (patch) | |
tree | ef990b39dae637d0f6164fdf058388f528cd9777 /share/termtypes | |
parent | f66bffd07fd682eca2dbd97d57dc63cc9f9be65d (diff) |
Change kbs for the screen entry to \177, both tmux and GNU screen use
this on OpenBSD.
Fixes a problem seen by zinovik@.
makes sense to millert and ok deraadt
Diffstat (limited to 'share/termtypes')
-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 a0baf0575e1..d735ef2ba36 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.38 2009/10/28 20:17:28 nicm Exp $ +# $OpenBSD: termtypes.master,v 1.39 2010/04/05 17:35:20 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.38 $ -# $Date: 2009/10/28 20:17:28 $ +# $Revision: 1.39 $ +# $Date: 2010/04/05 17:35:20 $ # # 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 @@ -4478,7 +4478,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, |