From b9f9cc45f82b663fc0197368dc1a91ea1357e2bc Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 28 Jan 2017 16:04:35 +0300 Subject: [PATCH] .screenrc: use hardstatus instead of caption Free up one additional screen line. --- .screenrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.screenrc b/.screenrc index 8b48390..ef6d3d8 100644 --- a/.screenrc +++ b/.screenrc @@ -5,7 +5,8 @@ autodetach on # display numbers and titles: # for inactive windows - black on cyan # for active window - white on blue -caption always "%{= ck}%-w%{= bw}%n %t%{-}%+w %-=" +hardstatus alwayslastline +hardstatus string "%{= ck}%-w%{= bw}%n %t%{-}%+w %-=" deflogin on -- 2.39.2