diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:21:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:21:16 +0000 |
commit | 29c7534a386e19fd538a22fc4b3aa0a0c048f155 (patch) | |
tree | c8d047d982b5df2cce5af8f16a38d464aaeecc65 /debian/screenrc | |
parent | Setting hardstatus string. (diff) | |
download | screen-29c7534a386e19fd538a22fc4b3aa0a0c048f155.tar.xz screen-29c7534a386e19fd538a22fc4b3aa0a0c048f155.zip |
Setting hardstatus to alwayslastline.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/screenrc')
-rw-r--r-- | debian/screenrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/screenrc b/debian/screenrc index 0c51d8c..ff0fe54 100644 --- a/debian/screenrc +++ b/debian/screenrc @@ -67,6 +67,8 @@ hardstatus on termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 # use this for the hard status string hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y}%Y-%m-%d %c:%s" +# always show hardstatus +hardstatus alwayslastline # An alternative hardstatus to display a bar at the bottom listing the # windownames and highlighting the current windowname in blue. (This is only |