aboutsummaryrefslogtreecommitdiff
path: root/screen
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-04-06 11:24:29 +1200
committerTom Ryder <tom@sanctum.geek.nz>2011-04-06 11:24:29 +1200
commitaf3351b6487f06bddc6a3e8ac2fe8e33dcc9ccdc (patch)
tree376256bd93d88e27bd09eeac9c0283ab01eb6ac7 /screen
parentAdded helpful comment :) (diff)
downloaddotfiles-af3351b6487f06bddc6a3e8ac2fe8e33dcc9ccdc.tar.gz
dotfiles-af3351b6487f06bddc6a3e8ac2fe8e33dcc9ccdc.zip
A couple more handy screen settings.
Diffstat (limited to 'screen')
-rw-r--r--screen/screenrc11
1 files changed, 7 insertions, 4 deletions
diff --git a/screen/screenrc b/screen/screenrc
index c297f413..5baf2d45 100644
--- a/screen/screenrc
+++ b/screen/screenrc
@@ -1,9 +1,12 @@
-startup_message off
-vbell off
-hardstatus on
+altscreen on
+autodetach on
+defflow off
+defutf8 on
hardstatus alwayslastline
+hardstatus on
hardstatus string "%{Wk}%-w%{wb}%n %t%{-}%+w %=%{..R} %H %{..B} %D %d/%m %c "
-autodetach on
msgminwait 0
msgwait 0
+startup_message off
term xterm-256color
+vbell off