dotfiles/screenrc

15 lines
389 B
Plaintext
Raw Normal View History

# disable copyright notice during startup
startup_message off
# suppress activity messages
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 "%{kw}%-w%{}%n:%f*%{-} %+w %=%H "