X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=.screenrc;h=1e52b05d61e785907eb0019706e7a71de62bd55c;hb=64b0a6dd26e21c1c3eac846738470edbe0350251;hp=f84c5e4eb7bd1d95c68c25870a1cd2f068587e05;hpb=97244fc360240c62107129083d22c8e3e87f34cb;p=home.git diff --git a/.screenrc b/.screenrc index f84c5e4..1e52b05 100644 --- a/.screenrc +++ b/.screenrc @@ -4,6 +4,9 @@ vbell off vbell_msg "" bell_msg "" defscrollback 10000 +defutf8 on +defencoding utf8 +term screen-256color # Unbind the lockscreen command. bind x @@ -11,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"