diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:30:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:30:17 +0000 |
commit | 081be1f0a7caf90674e521448b1a2dad8da89646 (patch) | |
tree | 15545fa62f1efe9e3dfab7217ea0f6fc8c56e8e9 /debian/screenrc | |
parent | Setting defutf8 to on. (diff) | |
download | screen-081be1f0a7caf90674e521448b1a2dad8da89646.tar.xz screen-081be1f0a7caf90674e521448b1a2dad8da89646.zip |
Setting hardstatus to on.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 |