From: Iain Patterson Date: Fri, 28 Nov 2008 13:56:05 +0000 (+0000) Subject: Allow hiding the hardstatus with H and showing it again with h. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=464ef9bab243fc4e96bf61db432d8401171578f4 Allow hiding the hardstatus with H and showing it again with h. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@160 6be0d1a5-5cfe-0310-89b6-964be062b18b --- diff --git a/.screenrc b/.screenrc index ba46de2..4bc8ff4 100644 --- a/.screenrc +++ b/.screenrc @@ -17,6 +17,9 @@ bind k focus up bind q remove # Set current window title. bind t title +# Show or hide the hardstatus line. +bind h hardstatus alwayslastline +bind H hardstatus alwaysignore #bind h focus top #bind l focus bottom @@ -29,6 +32,8 @@ termcapinfo putty*|rxvt-unicode|xterm* 'AB=\E[48;5;%dm:AF=\E[38;5;%dm' termcapinfo xterm* 'ts=\E]0;:fs=\007:ds=\E]0;\007' # Allow PgUp/PgDn to work correctly. termcapinfo * 'ti@:te@' +# Force hardstatus off so we can have the line on the screen and toggle it. +termcapinfo * 'hs@' # Support 256 colours with background clear erase. term screen-256color-bce # Turn on background clear erase.