X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.screenrc;h=1e52b05d61e785907eb0019706e7a71de62bd55c;hb=6ba00e98257c3777c63600b1af5356d5fb73f881;hp=97fae2192e225b9954a6f134e22cc72780f47dc3;hpb=e75f78e2f1162177b347db6518144b2bc145bf41;p=home.git diff --git a/.screenrc b/.screenrc index 97fae21..1e52b05 100644 --- a/.screenrc +++ b/.screenrc @@ -4,6 +4,8 @@ vbell off vbell_msg "" bell_msg "" defscrollback 10000 +defutf8 on +defencoding utf8 term screen-256color # Unbind the lockscreen command. @@ -12,3 +14,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"