• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..08-Jun-20137

acls.cH A D24-Jun-200927.6 KiB

acls.hH A D24-Jun-20092.6 KiB

ansi.cH A D24-Jun-200965.9 KiB

ansi.hH A D24-Jun-20094.2 KiB

attacher.cH A D24-Jun-200921.7 KiB

braille.cH A D24-Jun-200919.5 KiB

braille.hH A D24-Jun-20093.2 KiB

braille_tsi.cH A D24-Jun-20099.1 KiB

ChangeLogH A D24-Jun-200911.5 KiB

comm.cH A D24-Jun-20098.5 KiB

comm.hH A D24-Jun-20095 KiB

comm.h.distH A D24-Jun-20095 KiB

comm.shH A D24-Jun-20091.8 KiB

config.hH A D24-Jun-200917.9 KiB

config.h.inH A D24-Jun-200917.4 KiB

configureH A D24-Jun-2009245.5 KiB

configure.inH A D24-Jun-200929.5 KiB

COPYINGH A D24-Jun-200917.6 KiB

display.cH A D24-Jun-200978.9 KiB

display.hH A D24-Jun-200912.1 KiB

doc/H19-Apr-201217

encoding.cH A D24-Jun-200936 KiB

etc/H19-Apr-201214

extern.hH A D24-Jun-200918.6 KiB

FAQH A D24-Jun-200913.8 KiB

fileio.cH A D24-Jun-200917.6 KiB

help.cH A D24-Jun-200936.1 KiB

image.hH A D24-Jun-20096.2 KiB

input.cH A D24-Jun-200910.4 KiB

INSTALLH A D24-Jun-20095.4 KiB

install.shH A D24-Jun-20092.1 KiB

kmapdef.cH A D24-Jun-2009994

kmapdef.c.distH A D24-Jun-2009994

layer.cH A D24-Jun-200922.9 KiB

layer.hH A D24-Jun-20093.4 KiB

loadav.cH A D24-Jun-20097 KiB

logfile.cH A D24-Jun-20096.9 KiB

logfile.hH A D24-Jun-20093.1 KiB

MakefileH A D24-Jun-200970

Makefile.inH A D24-Jun-200912.5 KiB

mark.cH A D24-Jun-200930.6 KiB

mark.hH A D24-Jun-20092 KiB

misc.cH A D24-Jun-200913.5 KiB

nethack.cH A D24-Jun-20094.3 KiB

NEWSH A D24-Jun-2009403

NEWS.3.5H A D24-Jun-20094.3 KiB

NEWS.3.6H A D24-Jun-20091.7 KiB

NEWS.3.7H A D24-Jun-20091.4 KiB

NEWS.3.9H A D24-Jun-20096.6 KiB

os.hH A D24-Jun-200912 KiB

osdef.hH A D24-Jun-20093 KiB

osdef.h.inH A D24-Jun-20095.9 KiB

osdef.shH A D24-Jun-20091.8 KiB

patchlevel.hH A D24-Jun-200932.3 KiB

process.cH A D24-Jun-2009136.2 KiB

pty.cH A D24-Jun-20098.1 KiB

putenv.cH A D24-Jun-20095.4 KiB

READMEH A D24-Jun-20093.4 KiB

resize.cH A D24-Jun-200924 KiB

sched.cH A D24-Jun-20096.7 KiB

sched.hH A D24-Jun-20091.4 KiB

screen.cH A D24-Jun-200969.7 KiB

screen.hH A D24-Jun-20097.1 KiB

search.cH A D24-Jun-20099.2 KiB

socket.cH A D24-Jun-200933.6 KiB

teln.cH A D24-Jun-200911.7 KiB

term.cH A D24-Jun-20097.1 KiB

term.hH A D24-Jun-20096.6 KiB

term.h.distH A D24-Jun-20096.6 KiB

term.shH A D24-Jun-20092.9 KiB

termcap.cH A D24-Jun-200930.3 KiB

terminfo/H19-Apr-20129

TODOH A D24-Jun-2009239

tty.cH A D24-Jun-200942.2 KiB

tty.c.distH A D24-Jun-200942.2 KiB

tty.shH A D24-Jun-200937.8 KiB

utf8encodings/H19-Apr-201219

utmp.cH A D24-Jun-200918.3 KiB

window.cH A D24-Jun-200948.8 KiB

window.hH A D24-Jun-20099.6 KiB

README

1
2  [If you just got the screen package, it pays to read the file INSTALL]
3  [This intro only describes the most common features to get you started]
4  [A full description of all features is contained in the source package]
5
6
7
8Short introduction to screen (Version 3.6.0)                   lvirden 8-8-93
9
10Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza to 
11                          screen@uni-erlangen.de
12
13Screen provides you with an ANSI/vt100 terminal emulator, which can multiplex
14up to 10 pseudo-terminals. On startup, it executes $SHELL in window 0.
15Then it reads $HOME/.screenrc to learn configuration, keybindings, and
16possibly open more windows.
17
18  C-a ?		(help)		Show all keybindings.
19
20  C-a c		(screen)	Create new windows.
21
22  C-a SPACE	(next)		Advance to next window (with wraparound).
23
24  C-a C-a	(other)		Toggle between the current and previously
25				displayed windows.
26
27  C-a 0		(select n)	Switch to window n=0 ... 9.
28   ...
29  C-a 9		
30
31  C-a w		(windows)	Show a list of window names in the status line.
32
33  C-a a		(meta)		Send a literal C-a/C-s/C-q to the
34  C-a s		(xoff)		process in the window.
35  C-a q		(xon)		For instance, emacs uses C-a and C-s.
36
37  C-a l		(redisplay)	Redraw this window.
38
39  C-a W		(width)		Toggle between 80 & 132 columns mode. 
40
41  C-a L		(login)		Try to toggle the window's utmp-slot.
42
43  C-a z		(suspend)	Suspend the whole screen session.
44
45  C-a x		(lockscreen)	Execute /usr/bin/lock, $LOCKCMD or a 
46				built-in terminal lock.
47
48  C-a H		(log)		Log stdout of window n to screenlog.n.
49
50  C-a C-[	(copy)		Start copy mode.  Move cursor with h,j,k,l.
51				Set 2 marks with SPACE or y.  Abort with ESC.
52				(C-[ is ESC.)  Preceeding second mark with
53				an a appends the text to the copy buffer.
54
55  C-a C-]	(paste)		Output copy buffer to current window's stdin.
56
57  C-a <		(readbuf) 	Read the copy buffer from /tmp/screen-exchange.
58  C-a >		(writebuf)	Write the copy buffer to /tmp/screen-exchange.
59
60  C-a d		(detach)	Detach screen. All processes continue and may
61				spool output to their pty's, but screen
62				disconnects from your terminal.  
63
64  C-a D D	(pow_detach)	Power detach.  Disconnect like C-a d but also
65				kill the parent shell.
66
67  C-a K		(kill)		Kill a window and send SIGHUP to its process
68				group.  Per default this would be C-a C-k,
69				but it is redefined in the demo .screenrc
70				(think of killing a whole line in emacs).
71
72  C-a : 	(colon)		Online configuration change.
73
74See the man page or TeXinfo manual for many more keybindings and commands.
75
76screen -r [pid.tty.host|tty.host]
77  Reattach to a specific detached session. The terminal emulator
78  reconfigures according to your $TERMCAP or $TERM settings.
79  When you have multiple screens detached, you must supply the session
80  name.
81
82screen -R reattaches to a detached session or (if none) creates a new
83  session.
84
85screen -d [pid.tty.host|tty.host]
86  Detach a screen session remotely. Has the same effect as typing 'C-a d'
87  on the controlling terminal. 'screen -D' will power-detach.
88
89screen -list
90screen -ls
91screen -wipe
92  Show all available sessions and their status.  Use -wipe to remove
93  DEAD sessions.
94
95  If sockets are missing, you may send a SIGCHLD to its 'SCREEN'
96  process and the process will re-establish the socket (think of 
97  someone cleaning /tmp thoroughly).
98
99screen -h 200
100  Starts a new screen session and sets the number of lines in the scrollback
101  buffer to 200. The default is 100 lines.
102
103