summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-12 23:42:13 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-12 23:42:14 +0200
commit01c7eedf4bb6de8a682936e8584f9beba61a1656 (patch)
tree6d8489ade6efa98164ad58b77c131761e1ebc20a
parent2060bef810b714ee023e2c487d1f99ebaa73daca (diff)
downloaddotfiles-01c7eedf4bb6de8a682936e8584f9beba61a1656.tar.gz
dotfiles-01c7eedf4bb6de8a682936e8584f9beba61a1656.tar.bz2
dotfiles-01c7eedf4bb6de8a682936e8584f9beba61a1656.zip
Fix scrolling in screen
-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'