blob: 543e1988bcadf95833aaaa8a8edec464cb4d0a6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# no welcome message
startup_message off
# the following two lines give a two-line status, with the current window highlighted
hardstatus alwaysfirstline
hardstatus string '%{= g} %{= w}%-Lw%{=r}%n%f* %t%{-}%+LW'
# huge scrollback buffer
defscrollback 10000
# mouse tracking allows to switch region focus by clicking
mousetrack on
defmousetrack on
|