]> git.pld-linux.org Git - packages/screen.git/blame - screenrc
- unify @direntry formatting (description at 41st column)
[packages/screen.git] / screenrc
CommitLineData
f1a55c9b 1# user's .screenrc file
07422c40 2
8679ff9d
ER
3# This is how one can set a reattach password:
4# password ODSJQf.4IJN7E # "1234"
5
07422c40
ER
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
07422c40 18# make the shell in every window a login shell
f1a55c9b 19shell -$SHELL
07422c40 20
f1a55c9b 21defscrollback 5000
07422c40
ER
22
23# don't kill window after the process died
f1a55c9b 24zombie "^Mr"
07422c40
ER
25
26# enable support for the "alternate screen" capability in all windows
27# altscreen on
efaa09c8
AM
28
29# utf8 by default
30defutf8 on
a7311d55 31
486a35a5
AM
32# 256 colors terminal
33# term screen-256color
c699284a
AM
34
35# use terminal scrollback buffer
0a5ad8df 36termcapinfo xterm|xterm-color|xterms|xs|konsole|konsole-256color|rxvt|gnome-terminal ti@:te@
This page took 0.065211 seconds and 4 git commands to generate.