From 50ed548a30b9553ce5d8e9258bdea0d006f5f01f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 13 May 2015 22:45:38 +0300 Subject: [PATCH] .screenrc: add status line at the bottom of terminal --- .screenrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.screenrc b/.screenrc index c5feba6..88e41b7 100644 --- a/.screenrc +++ b/.screenrc @@ -1,6 +1,9 @@ # detach on hangup autodetach on +# status line at the bottom of terminal +caption always "%{= kw}%-w%{= bw}%n %t%{-}%+w %-= @%H - %LD %d %LM - %c" + deflogin on # set every new windows hardstatus line to somenthing descriptive -- 2.39.2