Changeset 478
- Timestamp:
- May 10, 2007 10:20:00 PM (6 years ago)
- Location:
- trunk/cereal
- Files:
-
- 4 edited
-
debian/changelog (modified) (1 diff)
-
fs/etc/cereal/screenrc (modified) (3 diffs)
-
fs/usr/share/cereal/common (modified) (1 diff)
-
fs/usr/share/man/man1/cereal.1 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/cereal/debian/changelog
r467 r478 1 cereal (0.6-1) unstable; urgency=low 2 3 * fixing bugs: the second cereal console creation was failing. 4 * limited more features in screen, updated man page to match 5 6 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> Thu, 10 May 2007 21:58:11 -0400 7 1 8 cereal (0.5-1) unstable; urgency=low 2 9 -
trunk/cereal/fs/etc/cereal/screenrc
r468 r478 4 4 ### IMPORTANT CEREAL SETTINGS BELOW. MODIFY WITH CAUTION ### 5 5 6 # use C-\ as the escape character 7 escape \034\034 8 6 9 # necessary for cereal logging to work properly 7 10 logfile ./socket 8 11 logfile flush 1 9 10 # set a reasonable escape sequence ("\")11 escape \034\03412 12 13 13 # unset important key bindings … … 29 29 bind \\ 30 30 bind ^\ 31 ## others 31 ## no lockscreen: 32 bind ^x 33 bind x 34 ## no monitor, prev, next: 35 bind M 36 bind ^@ 37 bind n 38 bind ^N 39 bind ' ' 40 bind ^H 41 bind ^P 42 bind p 43 bind ^? 44 # no number: 45 bind N 46 # no clear: 47 bind C 48 # no displays or dumptermcap: 49 bind * 50 bind . 51 # no window switching: 52 bind - 53 bind 0 54 bind 1 55 bind 2 56 bind 3 57 bind 4 58 bind 5 59 bind 6 60 bind 7 61 bind 8 62 bind 9 63 ## no window splitting: 32 64 bind S 65 # no title change 33 66 bind A 67 # no remove 68 bind X 69 # no windows: 70 bind ^w 71 bind w 72 # no suspend: 73 bind ^z 74 # no focus: 75 bind ^i 76 # no windowlist: 77 bind \" 34 78 35 79 # set default shell to be /bin/false … … 38 82 39 83 # set a nice, informative caption 40 caption always "%{= b w}%{+b w}cereal console%{-} %= %{+b y}%t%{-} %= type \"C-\ d\" to detach"84 caption always "%{= bb}%{+s w}cereal console (C-\ d to detach) %= %{+b y}%t%{-b w} %= %Y-%m-%d %c" 41 85 42 86 startup_message off -
trunk/cereal/fs/usr/share/cereal/common
r467 r478 34 34 check_is_session_tty() { 35 35 TTY="$1" 36 local SESSION 36 37 for SESSION in $(ls "$SESSIONDIR") ; do 37 38 if grep -q "^$TTY$" "$SESSIONDIR/$SESSION/env/TTY" ; then -
trunk/cereal/fs/usr/share/man/man1/cereal.1
r456 r478 12 12 .TP 13 13 .B attach SESSION 14 Attach to (take control of) a cereal session named SESSION. This puts the user 15 into a cereal console, provided by a command-restricted screen session. To 16 detach from an attached session, use the screen detach key command ("C-a C-d" by 17 default). See \fBscreen\fP(1) for more info on how to use screen while in an 18 attached session. (`a' may be used in place of `attach'.) 14 Attach to (take control of) a cereal session named SESSION. This puts 15 the user into a cereal console, provided by a command-restricted 16 screen session. To detach from an attached session, use "C-\\ d". For 17 help on other available commands, use "C-\\ ?". Cereal uses a limited 18 instance of screen to provide the console. See \fBscreen\fP(1) for 19 more info on the available commands. (`a' may be used in place of 20 `attach'.) 19 21 .TP 20 22 .B follow [options] SESSION
Note: See TracChangeset
for help on using the changeset viewer.

