X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.screenrc;fp=.screenrc;h=9624f7c5bf55326fc72332e0c79c463266fae3e4;hp=df17c1d4a5349ce1ea548c4c7d6ac20be33739cc;hb=732626fa6ddea589ef0e67d3627ebb42f81734d4;hpb=3e4ed13b68141823f47f93acc00572a823c56995 diff --git a/.screenrc b/.screenrc index df17c1d..9624f7c 100644 --- a/.screenrc +++ b/.screenrc @@ -39,6 +39,8 @@ bind V hardstatus alwaysignore ################################################################################ # How to set the foreground and background colours. termcapinfo putty*|rxvt-unicode|xterm-* 'AB=\E[48;5;%dm:AF=\E[38;5;%dm' +# How to resize the window. +termcapinfo putty*|rxvt-unicode|xterm-* 'WS=\E[8;%d;%dt' # How to set the hardstatus line (ie title bar). Even though we don't use it. termcapinfo xterm* 'ts=\E]0;:fs=\007:ds=\E]0;\007' # Allow PgUp/PgDn to work correctly.