Control of 'addr' is now handed over to {platform_,}new_connection() and
[u/mdw/putty] / unix / puttytel.1
CommitLineData
cd5fe773 1.TH puttytel 1
2.UC
3.SH NAME
4puttytel \- GUI Telnet and Rlogin client for X
5.SH SYNOPSIS
6\fBputtytel\fP [ \fIoptions\fP ] [ \fIhost\fP ]
7.SH DESCRIPTION
8\fIputtytel\fP is a graphical Telnet and Rlogin client for X. It
9is a direct port of the Windows Telnet and Rlogin client of the same
10name, and a cut-down cryptography-free version of PuTTY.
11.SH OPTIONS
12The command-line options supported by \fIputtytel\fP are:
13.IP "\fB\-\-display\fP \fIdisplay\-name\fP"
14Specify the X display on which to open \fIputtytel\fP. (Note this
15option has a double minus sign, even though none of the others do.
16This is because this option is supplied automatically by GTK.
17Sorry.)
18.IP "\fB\-fn\fP \fIfont-name\fP"
19Specify the font to use for normal text displayed in the terminal.
20.IP "\fB\-fb\fP \fIfont-name\fP"
21Specify the font to use for bold text displayed in the terminal. If
22the \fIBoldAsColour\fP resource is set to 1 (the default), bold text
23will be displayed in different colours instead of a different font,
24so this option will be ignored. If \fIBoldAsColour\fP is set to 0
25and you do not specify a bold font, \fIputtytel\fP will overprint the
26normal font to make it look bolder.
27.IP "\fB\-fw\fP \fIfont-name\fP"
28Specify the font to use for double-width characters (typically
29Chinese, Japanese and Korean text) displayed in the terminal.
30.IP "\fB\-fwb\fP \fIfont-name\fP"
31Specify the font to use for bold double-width characters (typically
32Chinese, Japanese and Korean text) Like \fI-fb\fP, this will be
33ignored unless the \fIBoldAsColour\fP resource is set to 0.
34.IP "\fB\-geometry\fP \fIgeometry\fP"
35Specify the size of the terminal, in rows and columns of text. See
36\fIX(7)\fP for more information on the syntax of geometry
37specifications.
38.IP "\fB\-sl\fP \fIlines\fP"
39Specify the number of lines of scrollback to save off the top of the
40terminal.
41.IP "\fB\-fg\fP \fIcolour\fP"
42Specify the foreground colour to use for normal text.
43.IP "\fB\-bg\fP \fIcolour\fP"
44Specify the background colour to use for normal text.
45.IP "\fB\-bfg\fP \fIcolour\fP"
46Specify the foreground colour to use for bold text, if the
47\fIBoldAsColour\fP resource is set to 1 (the default).
48.IP "\fB\-bbg\fP \fIcolour\fP"
49Specify the foreground colour to use for bold reverse-video text, if
50the \fIBoldAsColour\fP resource is set to 1 (the default). (This
51colour is best thought of as the bold version of the background
52colour; so it only appears when text is displayed \fIin\fP the
53background colour.)
54.IP "\fB\-cfg\fP \fIcolour\fP"
55Specify the foreground colour to use for text covered by the cursor.
56.IP "\fB\-cbg\fP \fIcolour\fP"
57Specify the background colour to use for text covered by the cursor.
58In other words, this is the main colour of the cursor.
59.IP "\fB\-title\fP \fItitle\fP"
60Specify the initial title of the terminal window. (This can be
61changed under control of the server.)
62.IP "\fB\-sb\-\fP or \fB+sb\fP"
63Tells \fIputtytel\fP not to display a scroll bar.
64.IP "\fB\-sb\fP"
65Tells \fIputtytel\fP to display a scroll bar: this is the opposite of
66\fI\-sb\-\fP. This is the default option: you will probably only need
67to specify it explicitly if you have changed the default using the
68\fIScrollBar\fP resource.
69.IP "\fB\-log\fP \fIfilename\fP"
70This option makes \fIputtytel\fP log all the terminal output to a file
71as well as displaying it in the terminal.
72.IP "\fB\-cs\fP \fIcharset\fP"
73This option specifies the character set in which \fIputtytel\fP should
74assume the session is operating. This character set will be used to
75interpret all the data received from the session, and all input you
76type or paste into \fIputtytel\fP will be converted into this character
77set before being sent to the session.
78
79Any character set name which is valid in a MIME header (and
80supported by \fIputtytel\fP) should be valid here (examples are
81"ISO-8859-1", "windows-1252" or "UTF-8"). Also, any character
82encoding which is valid in an X logical font description should be
83valid ("ibm-cp437", for example).
84
85\fIputtytel\fP's default behaviour is to use the same character
86encoding as its primary font. If you supply a Unicode (iso10646-1)
87font, it will default to the UTF-8 character set.
88
89Character set names are case-insensitive.
90.IP "\fB\-nethack\fP"
91Tells \fIputtytel\fP to enable NetHack keypad mode, in which the
92numeric keypad generates the NetHack "hjklyubn" direction keys. This
93enables you to play NetHack with the numeric keypad without having
94to use the NetHack "number_pad" option (which requires you to press
95"n" before any repeat count). So you can move with the numeric
96keypad, and enter repeat counts with the normal number keys.
97.IP "\fB\-help\fP, \fB\-\-help\fP"
98Display a message summarizing the available options.
99.IP "\fB\-load\fP \fIsession\fP"
100Load a saved session by name. This allows you to run a saved session
101straight from the command line without having to go through the
102configuration box first.
103.IP "\fB\-telnet\fP, \fB\-rlogin\fP, \fB\-raw\fP"
104Select the protocol \fIputtytel\fP will use to make the connection.
105.IP "\fB\-l\fP \fIusername\fP"
106Specify the username to use when logging in to the server.
107.IP "\fB\-P\fP \fIport\fP"
108Specify the port to connect to the server on.
109.SH SAVED SESSIONS
110Saved sessions are stored in a \fI.putty/sessions\fP subdirectory in
111your home directory.
112.SH MORE INFORMATION
113For more information on PuTTY and PuTTYtel, it's probably best to go
114and look at the manual on the web page:
115
116\fBhttp://www.chiark.greenend.org.uk/~sgtatham/putty/\fP
117.SH BUGS
118This man page isn't terribly complete.