From 4a1156f2802bda785e67a58893ba74517b672cc6 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 26 Nov 2011 14:35:08 +1000 Subject: Added screen support, plus some tweaks. --- opensim.screenrc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 opensim.screenrc (limited to 'opensim.screenrc') diff --git a/opensim.screenrc b/opensim.screenrc new file mode 100644 index 0000000..01a4f26 --- /dev/null +++ b/opensim.screenrc @@ -0,0 +1,20 @@ +# C-a :source .screenrc + +termcapinfo xterm* ti@:te@ +startup_message off +vbell off +autodetach on +altscreen on +shelltitle "$ |bash" +defscrollback 10000 +defutf8 on +nonblock on + +hardstatus alwayslastline +hardstatus string '%{= kw}[ %{= kb}%H%{= kw} ][%= %{= kw}%?%-Lw%?%{= kW}%n*%f %t%?%?%{= kw}%?%+Lw%?%?%= ][ %{r}%l%{w} ]%{w}[%{r} %d/%m/%y %C %A %{w}]%{w}' + +bind 'q' quit + +multiuser on +acladd root + -- cgit v1.1