]> code.delx.au - dotfiles/blob - .screenrc
screenrc: increase scrollback buffer
[dotfiles] / .screenrc
1 startup_message off
2 altscreen on
3 defbce on
4 shelltitle "$ |bash"
5 term 'screen-s'
6 vbell off
7 defscrollback 1024
8
9 # Display a line at the bottom with hostname, window titles & time
10 caption always '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%? %?%= %{g}][%{B} %l %{W}%c %{g}]'
11
12 # Always send backspace as ^?, which is consistent with the bundled terminfo
13 bindkey -k kb stuff ^?
14
15 # turn sending of screen messages to hardstatus off
16 hardstatus off
17 # Set the hardstatus prop on gui terms to set the titlebar/icon title
18 termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007
19 # use this for the hard status string
20 hardstatus string "%h%? users: %u%?"
21