diff options
Diffstat (limited to '.screenrc')
| -rw-r--r-- | .screenrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..543e198 --- /dev/null +++ b/.screenrc @@ -0,0 +1,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 |
