]> git.pld-linux.org Git - packages/screen.git/blob - screenrc
- updated to 4.7.0
[packages/screen.git] / screenrc
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
7 vbell on
8
9 # detach on hangup
10 autodetach on
11
12 # don't display the copyright page
13 startup_message off
14
15 # emulate .logout message
16 pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
17
18 # make the shell in every window a login shell
19 shell -$SHELL
20
21 defscrollback 5000
22
23 # don't kill window after the process died
24 zombie "^Mr"
25
26 # enable support for the "alternate screen" capability in all windows
27 # altscreen on
28
29 # utf8 by default
30 defutf8 on
31
32 # 256 colors terminal
33 # term screen-256color
34
35 # use terminal scrollback buffer
36 termcapinfo xterm|xterm-color|xterms|xs|konsole|konsole-256color|rxvt|gnome-terminal ti@:te@
This page took 0.02869 seconds and 3 git commands to generate.