diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:21:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:21:15 +0000 |
commit | 98644f1fe3b808011bdf2114f3abe431eaa205f3 (patch) | |
tree | a4ad4b82b56cbb16acbe9061a79a46fe9a5232dc /debian | |
parent | Setting defutf8 to on. (diff) | |
download | screen-98644f1fe3b808011bdf2114f3abe431eaa205f3.tar.xz screen-98644f1fe3b808011bdf2114f3abe431eaa205f3.zip |
Setting hardstatus to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 |