From c91d299887d93d6e8940b80442bf6c2f10fe6a64 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 5 Aug 2022 12:30:29 +0300 Subject: Added a lot of untracked files and updated other files --- .screenrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .screenrc (limited to '.screenrc') 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 -- cgit v1.2.3