From: James Bunton Date: Wed, 29 Jul 2015 12:28:42 +0000 (+1000) Subject: screen: Fixed alt-screen support X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/b746373d6c38f939330ed856dc7f7de965d231a7 screen: Fixed alt-screen support --- diff --git a/.screenrc b/.screenrc index 28e40cf..1f4c2d4 100644 --- a/.screenrc +++ b/.screenrc @@ -15,3 +15,5 @@ bindkey -k kb stuff ^? # Set the hardstatus prop on gui terms to set the titlebar/icon title termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 +# Fix alternate screen support, for some reason this doesn't get read from terminfo correctly +termcapinfo xterm* ti=\E[?1049h:te=\E[?1049l