From: Oleg Broytman Date: Sat, 28 Jan 2017 13:04:35 +0000 (+0300) Subject: .screenrc: use hardstatus instead of caption X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=b9f9cc45f82b663fc0197368dc1a91ea1357e2bc .screenrc: use hardstatus instead of caption Free up one additional screen line. --- 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