]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Added mention of rlogin, and a few words on VT100+ and SCO function
authorOwen Dunn <owen@greenend.org.uk>
Sun, 3 Jun 2001 11:10:20 +0000 (11:10 +0000)
committerOwen Dunn <owen@greenend.org.uk>
Sun, 3 Jun 2001 11:10:20 +0000 (11:10 +0000)
key settings.

[originally from svn r1143]

doc/config.but

index da25f39ac3688fecf3e8524830881741916c34b6..b501a3197854014e2d4fa34bf2651f1b2f1e6025 100644 (file)
@@ -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.