From 0947c23a03a252f62cbb7b19fec19482a07492d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 13 Oct 2012 22:19:04 +0200 Subject: add 'altscreen on' to screenrc --- .screenrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.screenrc') diff --git a/.screenrc b/.screenrc index 1f0d31f..38a8071 100644 --- a/.screenrc +++ b/.screenrc @@ -1,5 +1,12 @@ defflow off +# Support alternate screens so that, for example, when you +# quit out of vi, the display is redrawn as it was before vi +# redrew the full screen. +altscreen on + 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}]' -- cgit v1.2.3