]> git.wh0rd.org - home.git/blobdiff - .screenrc
git-rewrite-authors: handle more edge cases
[home.git] / .screenrc
index f84c5e4eb7bd1d95c68c25870a1cd2f068587e05..73640aa25e6027fca508d955843bd0795d233544 100644 (file)
--- a/.screenrc
+++ b/.screenrc
@@ -4,6 +4,7 @@ vbell off
 vbell_msg ""
 bell_msg ""
 defscrollback 10000
+term screen-256color
 
 # Unbind the lockscreen command.
 bind x
@@ -11,3 +12,12 @@ bind ^x
 
 # Unbind the license command.
 bind ,
+
+# Unbind the login/logout commands.
+deflogin off
+bind L
+bind I
+bind O
+
+# Set default windowlist to include the hardstatus (PS1 shell setting).
+windowlist string "%3n %h%=%f"