From: Oleg Broytman Date: Tue, 11 Dec 2018 12:21:56 +0000 (+0300) Subject: .screenrc: Change and reorder terminal types X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=3929139211192ca2fda3abea1ac391fbd5f54d6f .screenrc: Change and reorder terminal types --- diff --git a/.screenrc b/.screenrc index dac2239..1f4850d 100644 --- a/.screenrc +++ b/.screenrc @@ -64,7 +64,7 @@ hardstatus alwayslastline hardstatus string "%{= ck}%-w%{= bw}%n%f %t%{-}%+w %-=" # set these terminals up to be 'optimal' instead of vt100 -termcapinfo xterm*|linux*|rxvt*|Eterm* OP +termcapinfo xterm*|rxvt*|linux*|Eterm* OP # Change the xterm initialization string from is2=\E[!p\E[?3;4l\E[4l\E> # (This fixes the "Aborted because of window size change" konsole symptoms found @@ -75,7 +75,7 @@ termcapinfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' # following termcapinfo line which tells xterm to use the normal screen buffer # (which has scrollback), not the alternate screen buffer. # -#termcapinfo xterm|xterms|xs|rxvt ti@:te@ +#termcapinfo xterm*|rxvt* ti@:te@ # Enable non-blocking mode to better cope with flaky ssh connections. defnonblock 5