From: owen Date: Sun, 3 Jun 2001 11:10:20 +0000 (+0000) Subject: Added mention of rlogin, and a few words on VT100+ and SCO function X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/350ee89871679a44a2445b52b1f5eb527dd53c77?hp=5b0ac8c37add46fe412d6cc330f0a68ec6d8e475 Added mention of rlogin, and a few words on VT100+ and SCO function key settings. git-svn-id: svn://svn.tartarus.org/sgt/putty@1143 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/doc/config.but b/doc/config.but index da25f39a..b501a319 100644 --- a/doc/config.but +++ b/doc/config.but @@ -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.