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