]> code.delx.au - dotfiles/blob - .screenrc
Screen: iTerm mouse events.
[dotfiles] / .screenrc
1 startup_message off
2 altscreen on
3 defbce on
4 shelltitle "$ |bash"
5 term 'screen-s'
6
7 # Display a line at the bottom with hostname, window titles & time
8 caption always '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
9
10 # Always send backspace as ^?, which is consistent with the bundled terminfo
11 bindkey -k kb stuff ^?
12
13 # iTerm.app supports mouse events
14 termcapinfo itermapp* XT
15