From 72873036ef7f03e0e855e3b36db8b59d19927d1c Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Sun, 19 Jan 2020 18:22:17 -0600 Subject: [PATCH] Increased scroll back and turned status line on Finding that I get a bit lost when I have 6+ windows open, so added back the hard status line. Wasn't entirely sure if I wanted to make it fancy, or just stick with the absolutely boring stock colors, so left a more advanced snippet in there in case I wanted to use it later. --- screenrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/screenrc b/screenrc index 53c6bed..1d36757 100644 --- a/screenrc +++ b/screenrc @@ -1,2 +1,4 @@ startup_message off -defscrollback 50000 +defscrollback 1000000 +hardstatus alwayslastline "%w %= %S" +# hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %S"