mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-25 01:02:24 +00:00
Added mention of rlogin, and a few words on VT100+ and SCO function
key settings. [originally from svn r1143]
This commit is contained in:
parent
aaf250b9f3
commit
f8b02d37f9
@ -22,12 +22,13 @@ filled in before PuTTY can open a session at all.
|
||||
address, of the server you want to connect to.
|
||||
|
||||
\b The \e{Protocol} radio buttons let you choose what type of
|
||||
connection you want to make: a raw connection, a Telnet connection,
|
||||
or an SSH connection. \#{ FIXME: link to sections on these? }
|
||||
connection you want to make: a raw connection, a Telnet connection, an
|
||||
rlogin connection or an SSH connection. \#{ FIXME: link to sections on
|
||||
these? }
|
||||
|
||||
\b The \e{Port} box lets you specify which port number on the server
|
||||
to connect to. If you select Telnet or SSH, this box will be filled
|
||||
in automatically to the usual value, and you will only need to
|
||||
to connect to. If you select Telnet, Rlogin, or SSH, this box will be
|
||||
filled in automatically to the usual value, and you will only need to
|
||||
change it if you have an unusual server. If you select Raw mode, you
|
||||
will almost certainly need to fill in the \e{Port} box.
|
||||
|
||||
@ -277,6 +278,15 @@ terminals.
|
||||
mode, but the actual top row of the numeric keypad generates \c{ESC
|
||||
OP} through to \c{ESC OS}.
|
||||
|
||||
\b In VT100+ mode, the function keys generate \c{ESC OP} through to
|
||||
\c{ESC O[}
|
||||
|
||||
\b In SCO mode, the function keys F1 to F12 generate \c{ESC [M}
|
||||
through to \c{ESC [X}. Together with shift, they generate \c{ESC [Y}
|
||||
through to \c{ESC [j}. With control they generate \c{ESC [k} through
|
||||
to \c{ESC [v}, and with shift and control together they generate
|
||||
\c{ESC [w} through to \c{ESC [\{}.
|
||||
|
||||
If you don't know what any of this means, you probably don't need to
|
||||
fiddle with it.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user