2023-05-06 15:55:16 +02:00
|
|
|
# disable copyright notice during startup
|
|
|
|
startup_message off
|
|
|
|
|
|
|
|
# suppress activity messages
|
|
|
|
bell_msg ""
|
2023-07-29 15:24:17 +02:00
|
|
|
|
|
|
|
# size of the scrollback buffer for the current windows to num lines.
|
|
|
|
# the default scrollback is 100 lines
|
|
|
|
scrollback 8192
|
2023-07-29 16:10:32 +02:00
|
|
|
|
|
|
|
# define some sort of simple status line
|
|
|
|
# display names of unfocused windows and the hostname
|
|
|
|
hardstatus off
|
2023-07-29 16:34:27 +02:00
|
|
|
caption always "%{gk}%-w%{}%n:%f*%{-} %+w %{kg}%=%H "
|