summaryrefslogtreecommitdiff
path: root/.screenrc
diff options
context:
space:
mode:
Diffstat (limited to '.screenrc')
-rw-r--r--.screenrc4
1 files changed, 4 insertions, 0 deletions
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'