feat (screenrc): add a simple "status line"
This commit is contained in:
parent
cf9971fed4
commit
b079d328e7
5
screenrc
5
screenrc
@ -7,3 +7,8 @@ bell_msg ""
|
|||||||
# size of the scrollback buffer for the current windows to num lines.
|
# size of the scrollback buffer for the current windows to num lines.
|
||||||
# the default scrollback is 100 lines
|
# the default scrollback is 100 lines
|
||||||
scrollback 8192
|
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 "
|
||||||
|
Loading…
Reference in New Issue
Block a user