feat (screenrc): add a simple "status line"

This commit is contained in:
eeemsi 2023-07-29 16:10:32 +02:00
parent cf9971fed4
commit b079d328e7
1 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,8 @@ bell_msg ""
# size of the scrollback buffer for the current windows to num lines.
# the default scrollback is 100 lines
scrollback 8192
# define some sort of simple status line
# display names of unfocused windows and the hostname
hardstatus off
caption always "%{gk}%-w%{} %n:%f*%{-} %+w %{kg}%=%H "