X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/2ccc02599022da5bc82d27da7a5644c3022f52ca..af3f85f6ff483bcdb483bae504d802433b742a68:/dot/screenrc diff --git a/dot/screenrc b/dot/screenrc index 9231eff..d3af7d2 100644 --- a/dot/screenrc +++ b/dot/screenrc @@ -15,6 +15,10 @@ defscrollback 1000 ## host's alternate-screen switching unless nobbled.) altscreen on +## Don't try to do flow control using XON/XOFF characters. It messes stuff +## up and is generally annoying. +defflow off + ## Force UTF-8 now. Screen can cope with sorting out the mess. defencoding utf8 setenv LC_CTYPE en_GB.utf8 @@ -30,3 +34,8 @@ bindkey -d -a -k fe stuff ^M ## Copyright message is now boring. startup_message off + +## Caption and status lines. +shelltitle ]|bash: +caption splitonly "%{=br Cb}%?%F%{Yr}%?%3n %t%=%? [%h]%?" +hardstatus alwayslastline "%{=r Cb}%-Lw%{+b Y}%n%F %t%{-}%+Lw%=%H %Y-%m-%d %c:%s"