Restore some RC_* variables
[grml-etc-core.git] / etc / grml / screen_multisession
1 # Filename:      /etc/grml/screen_multisession
2 # Purpose:       configuration file for use in multisession mode of GNU screen
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2 or any later version.
6 # Latest change: Sam Sep 29 00:08:48 CEST 2007 [mika]
7 ################################################################################
8
9 # who is allowed to connect via multiuser-mode?
10 addacl root,grml
11
12 # allow multiuser-mode
13 multiuser on
14
15 # redefine C-a
16 defescape ^Bb
17 escape ^Bb
18
19 # no nag-screen, please
20 startup_message off
21
22 ## END OF FILE #################################################################