From 1239c1b8d6929d78cc29bce8bd8b3933a4aebb1b Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 15 Oct 2015 08:17:23 +0200 Subject: home repo --- .screenrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .screenrc diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..8beaf4c --- /dev/null +++ b/.screenrc @@ -0,0 +1,27 @@ +# the following two lines give a two-line status, with the current window highlighted +hardstatus alwayslastline +hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]' + +# huge scrollback buffer +defscrollback 5000 + +# no welcome message +startup_message off + +# 256 colors +attrcolor b ".I" +termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' +defbce on + +# mouse tracking allows to switch region focus by clicking +mousetrack on +defmousetrack on + +# default windows +# get rid of silly xoff stuff +bind s split + + +# Use X scrolling mechanism +termcapinfo xterm* ti@:te@ + -- cgit v1.2.3