Added mention of rlogin, and a few words on VT100+ and SCO function
authorowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Sun, 3 Jun 2001 11:10:20 +0000 (11:10 +0000)
committerowen <owen@cda61777-01e9-0310-a592-d414129be87e>
Sun, 3 Jun 2001 11:10:20 +0000 (11:10 +0000)
key settings.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1143 cda61777-01e9-0310-a592-d414129be87e

doc/config.but

index da25f39..b501a31 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.