diff options
Diffstat (limited to '')
-rw-r--r-- | debian/screenrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/screenrc b/debian/screenrc index c536753..e0e1b21 100644 --- a/debian/screenrc +++ b/debian/screenrc @@ -61,8 +61,8 @@ bind } history # The vt100 description does not mention "dl". *sigh* termcapinfo vt100 dl=5\E[M -# turn sending of screen messages to hardstatus off -hardstatus off +# turn sending of screen messages to hardstatus on +hardstatus on # Set the hardstatus prop on gui terms to set the titlebar/icon title termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 # use this for the hard status string |