]> git.phdru.name Git - dotfiles.git/blobdiff - .screenrc
.screenrc: Allow virtual alternate screen
[dotfiles.git] / .screenrc
index 26d155a25852ba0a1eb48ede09f3ef428e2305c6..6e4fa7c9ee3911af6720c7a579843139f08a8543 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -1,8 +1,15 @@
+# Allow virtual alternate screen
+altscreen on
+
 # detach on hangup
 autodetach on
 
 # status line at the bottom of terminal
-caption always "%{= kw}%-w%{= bw} %n %t %{-}%+w %-="
+# display numbers and titles:
+# for inactive windows - black on cyan
+# for active window - white on blue
+hardstatus alwayslastline
+hardstatus string "%{= ck}%-w%{= bw}%n %t%{-}%+w %-="
 
 deflogin on