From 01c7eedf4bb6de8a682936e8584f9beba61a1656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 12 Apr 2020 23:42:13 +0200 Subject: Fix scrolling in screen --- .screenrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.screenrc b/.screenrc index 38a8071..759ec31 100644 --- a/.screenrc +++ b/.screenrc @@ -10,3 +10,7 @@ term screen-256color # statusline hardstatus alwayslastline hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]' + +# fix scrolling in terminal +termcapinfo rxvt* ti@:te@ +termcapinfo rxvt 'hs:ts=\E]2;:fs=07:ds=\E]2;screen07' -- cgit v1.2.3