summaryrefslogtreecommitdiff
path: root/.screenrc
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-08-05 12:30:29 +0300
committerSyndamia <kamen@syndamia.com>2022-08-05 12:30:29 +0300
commitc91d299887d93d6e8940b80442bf6c2f10fe6a64 (patch)
tree4669e410707026952d56f2cdae7764bf0a39773d /.screenrc
parent80b4c81b618d4e75b301ac1dd5adfb47f91deca7 (diff)
downloaddotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar
dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.tar.gz
dotfiles-c91d299887d93d6e8940b80442bf6c2f10fe6a64.zip
Added a lot of untracked files and updated other files
Diffstat (limited to '.screenrc')
-rw-r--r--.screenrc13
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