aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <>2008-03-07 03:44:44 +0000
committerjames <>2008-03-07 03:44:44 +0000
commitb3b7dcdcf17fcfc152e05c385288335d9e3729d3 (patch)
tree754394d2cf01aa5ab4104995abd5112d62ca5c49
parentd0c78da668eede2e0a69c58f19ef2d8a0163c5e2 (diff)
downloadsympathy-b3b7dcdcf17fcfc152e05c385288335d9e3729d3.tar.gz
sympathy-b3b7dcdcf17fcfc152e05c385288335d9e3729d3.tar.bz2
sympathy-b3b7dcdcf17fcfc152e05c385288335d9e3729d3.zip
*** empty log message ***
-rw-r--r--sympathy.122
1 files changed, 22 insertions, 0 deletions
diff --git a/sympathy.1 b/sympathy.1
index c2f6aed..2ad52c6 100644
--- a/sympathy.1
+++ b/sympathy.1
@@ -228,6 +228,12 @@ terminal emulator as a `?'.
.TP 5
.B \-H
render the current state of the internal frame buffer to \fIstdout\fP as HTML, then quit.
+.TP 5
+.B \-N
+don't render the internal frame buffer using ANSI characters, but instead write characters
+that would be written to the screen to stdout. Take characters from stdin and send them
+to the device. This feature is useful when you wish to use sympathy in conjuction with programs
+like expect(1).
.PP
.B \fIclient_options\fP:
.TP 5
@@ -240,6 +246,12 @@ the forked server process opens. See the discussion of the \-\fPr\fP option abov
information on how
.I sympathy
chooses a socket name if \-\fBr\fP is specified.
+.TP 5
+.B \-I string
+Inject \fIstring\fP to the device as if it had been typed at the keyboard. Each character in
+the string is treated as a keypress.
+.I Sympathy
+recognizes various common escapes for contral characters.
.PP
.B \fIserver_options\fP:
.TP 5
@@ -576,6 +588,16 @@ or
and the last 200 lines of history are injected into the history of her outer
terminal emulator and she is connected to /dev/ttyS13. The user disconnects from the
server by issuing CTRL\-B quit.
+.PP
+using
+.I sympathy
+to mimic script(1):
+.IP
+.IP
+[foo@barhost ~]$ sympathy \-t \-L typescript
+.IP
+.I Sympathy
+fish
.SH SEE ALSO
screen(1) minicom(1) consolidate(1)
.SH STANDARDS