aboutsummaryrefslogtreecommitdiffstats
path: root/sympathy.1
diff options
context:
space:
mode:
authorjames <>2008-03-10 11:49:33 +0000
committerjames <>2008-03-10 11:49:33 +0000
commit0a4c67a874e7bce9e358c82489782c9e402a58a4 (patch)
tree8c157ec80ee5373abf27075e91906a9a03ad99c0 /sympathy.1
parent3bfc6a76971bce4c16360f6cc2896dec3f1fbafe (diff)
downloadsympathy-0a4c67a874e7bce9e358c82489782c9e402a58a4.tar.gz
sympathy-0a4c67a874e7bce9e358c82489782c9e402a58a4.tar.bz2
sympathy-0a4c67a874e7bce9e358c82489782c9e402a58a4.zip
*** empty log message ***
Diffstat (limited to 'sympathy.1')
-rw-r--r--sympathy.114
1 files changed, 10 insertions, 4 deletions
diff --git a/sympathy.1 b/sympathy.1
index 0769aef..5f795cc 100644
--- a/sympathy.1
+++ b/sympathy.1
@@ -106,7 +106,9 @@ server process and injects the history into the outer terminal
emulator,
and connects the user with the terminal device. One server process can support multiple
client processes. This mode can also be used to obtain a dump of the current screen
-in HTML format (see the \-\fBH\fP option). The \-\fPr\fP option connects to a
+in HTML format (see the \-\fBH\fP option), inject key\-presses (see \-\fBI\fP)
+or allow control via a dumb terminal (see \-\fBN\fP).
+The \-\fPr\fP option connects to a
server process socket called \fIid\fP, or if \fIid\fP is an integer
\fIhost-name\fP.\fIid\fP mimicking the behaviour of screen(1).
.I Sympathy
@@ -252,7 +254,7 @@ Inject \fIstring\fP to the device as if it had been typed at the keyboard. Each
the string is treated as a keypress.
.I Sympathy
recognizes various common escapes for control characters. Other keys, for example the arrow keys,
-are mapped to character codes between 128 and 255.
+are mapped to character codes between 128 and 255, see src/keys.h for details.
.PP
.B \fIserver_options\fP:
.TP 5
@@ -455,7 +457,7 @@ which together with the \fB\-P\fP allows the use of of a program such
as logrotate(8)
.SH SIGNALS
.I Sympathy
-reacts to a set of signals. You can use the \fB-P\fI option
+reacts to a set of signals. You can use the \fB-P\fP option
to easily determine the PID of the
.I sympathy
process to which you would like to send a signal.
@@ -485,7 +487,11 @@ location for sockets.
.br
.I sympathy
sets the value of \fBTERM\fP in pseudo-ttys spawned using the
-\-\fBp\fP argument to `xterm'
+\-\fBp\fP argument to `xterm'.
+.br
+.I Sympathy
+will use \fBCSI ] 0 ;\fP to set the window title to the name of the
+socket or device if \fBTERM\fP starts with \fIxterm\fP or \fIrxvt\fP.
.SH EMULATION
.I Sympathy
completely emulates a VT102 terminal (including the VT52 emulation).