]> git.pld-linux.org Git - packages/screen.git/blame_incremental - screenrc
- rel 1; drop skel screenrc; our config goes into /etc/screenrc
[packages/screen.git] / screenrc
... / ...
CommitLineData
1# user's .screenrc file
2
3# This is how one can set a reattach password:
4# password ODSJQf.4IJN7E # "1234"
5
6# no annoying audible bell, please
7vbell on
8
9# detach on hangup
10autodetach on
11
12# don't display the copyright page
13startup_message off
14
15# emulate .logout message
16pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
17
18# make the shell in every window a login shell
19shell -$SHELL
20
21defscrollback 5000
22
23# don't kill window after the process died
24zombie "^Mr"
25
26# enable support for the "alternate screen" capability in all windows
27# altscreen on
28
29# utf8 by default
30defutf8 on
31
32# terminfo and termcap for nice 256 color terminal
33# allow bold colors - necessary for some reason
34attrcolor b ".I"
35# tell screen how to set colors. AB = background, AF=foreground
36termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
37# erase background with current bg color
38defbce "on"
This page took 0.067741 seconds and 4 git commands to generate.