]> code.delx.au - dotfiles/blob - .screenrc
Updated terminfo
[dotfiles] / .screenrc
1 startup_message off
2 altscreen on
3 defbce on
4 shelltitle "$ |bash"
5 term 'screen-s'
6
7 # Screen needs to be told how to set the xterm titlebar
8 termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'
9
10 # Display a line at the bottom with hostname, window titles & time
11 caption always '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
12
13 # Always send backspace as ^?, which is consistent with the bundled terminfo
14 bindkey -k kb stuff ^?
15