Resolves: #1428337 - fix screenrc config file to cover xterm-* terminals
parent
d764fd0f51
commit
63e73c5621
@ -0,0 +1,28 @@
|
|||||||
|
diff -urNp old/etc/etcscreenrc new/etc/etcscreenrc
|
||||||
|
--- old/etc/etcscreenrc 2017-05-25 15:37:24.096236010 +0200
|
||||||
|
+++ new/etc/etcscreenrc 2017-05-25 15:43:47.203723396 +0200
|
||||||
|
@@ -68,8 +68,8 @@ terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%
|
||||||
|
#
|
||||||
|
# Do not use xterms alternate window buffer.
|
||||||
|
# This one would not add lines to the scrollback buffer.
|
||||||
|
-termcap xterm|xterms|xs ti=\E7\E[?47l
|
||||||
|
-terminfo xterm|xterms|xs ti=\E7\E[?47l
|
||||||
|
+termcap xterm|xterms|xs|xterm-* ti=\E7\E[?47l
|
||||||
|
+terminfo xterm|xterms|xs|xterm-* ti=\E7\E[?47l
|
||||||
|
|
||||||
|
#make hp700 termcap/info better
|
||||||
|
termcap hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
|
||||||
|
diff -urNp old/etc/etcscreenrc.screenrc new/etc/etcscreenrc.screenrc
|
||||||
|
--- old/etc/etcscreenrc.screenrc 2017-05-25 15:37:24.095236014 +0200
|
||||||
|
+++ new/etc/etcscreenrc.screenrc 2017-05-25 15:44:19.091615115 +0200
|
||||||
|
@@ -68,8 +68,8 @@ terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?
|
||||||
|
#
|
||||||
|
# Do not use xterms alternate window buffer.
|
||||||
|
# This one would not add lines to the scrollback buffer.
|
||||||
|
-termcap xterm|xterms|xs ti=\E7\E[?47l
|
||||||
|
-terminfo xterm|xterms|xs ti=\E7\E[?47l
|
||||||
|
+termcap xterm|xterms|xs|xterm-* ti=\E7\E[?47l
|
||||||
|
+terminfo xterm|xterms|xs|xterm-* ti=\E7\E[?47l
|
||||||
|
|
||||||
|
#make hp700 termcap/info better
|
||||||
|
termcap hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@'
|
Loading…
Reference in new issue