diff options
author | David Walter Seikel | 2011-11-26 14:35:08 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-11-26 14:35:08 +1000 |
commit | 4a1156f2802bda785e67a58893ba74517b672cc6 (patch) | |
tree | 7d1f2c68a286f06cbc66b973c2a81ef1ef3c8827 /opensim.screenrc | |
parent | Fixing typos one letter at a time. Added a word to, making this one slightly... (diff) | |
download | IGnoble-4a1156f2802bda785e67a58893ba74517b672cc6.zip IGnoble-4a1156f2802bda785e67a58893ba74517b672cc6.tar.gz IGnoble-4a1156f2802bda785e67a58893ba74517b672cc6.tar.bz2 IGnoble-4a1156f2802bda785e67a58893ba74517b672cc6.tar.xz |
Added screen support, plus some tweaks.
Diffstat (limited to 'opensim.screenrc')
-rw-r--r-- | opensim.screenrc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/opensim.screenrc b/opensim.screenrc new file mode 100644 index 0000000..01a4f26 --- /dev/null +++ b/opensim.screenrc | |||
@@ -0,0 +1,20 @@ | |||
1 | # C-a :source .screenrc | ||
2 | |||
3 | termcapinfo xterm* ti@:te@ | ||
4 | startup_message off | ||
5 | vbell off | ||
6 | autodetach on | ||
7 | altscreen on | ||
8 | shelltitle "$ |bash" | ||
9 | defscrollback 10000 | ||
10 | defutf8 on | ||
11 | nonblock on | ||
12 | |||
13 | hardstatus alwayslastline | ||
14 | 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}' | ||
15 | |||
16 | bind 'q' quit | ||
17 | |||
18 | multiuser on | ||
19 | acladd root | ||
20 | |||