Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file ssh.c version 91ffa29901
|
2001-05-13
| ||
| 05:58 | Fix the SCO function keys, which weren't quite right. check-in: 6aba0e120d user: simon tags: trunk | |
| 05:45 | Added a new large icon for the PuTTY config box. Doesn't show up in the actual window at all, but appears in the Alt-Tab task switcher box in place of the tedious Windows Default icon. check-in: 6ace7fc353 user: simon tags: trunk | |
|
2001-05-10
| ||
| 05:31 | A patch to the new character set stuff to add the Windows code pages themselves (Win1250 - Win1258). check-in: 730471786a user: simon tags: trunk | |
| 03:34 | RDB's Unicode patch. Fonts are now used in Unicode mode where possible and we have a single unified means of trying to display any Unicode code point. Instead of the various ad-hoc translation modes we had before, we now have a single `codepage' option which allows us to treat the incoming (and outgoing) text as any given character set, and locally we map that to Unicode and back. check-in: 07c01546d9 user: simon tags: trunk | |
|
2001-05-09
| ||
| 10:12 | From RDB: a patch to allow special keys (^C, ^Z, Delete, Return) to send Telnet special sequences (Interrupt Process, Suspend, Erase Char, End Of Line) instead of their ASCII equivalents. In particular Return -> Telnet End Of Line is _always_ enabled irrespective of the configuration, while the others are optional. Also in this patch, an entertainingly ghastly use of `switch' to allow literal ^M^J to do the same thing as magic-^M (the Return key) when in Raw protocol. check-in: 79d07d1f16 user: simon tags: trunk | |
| 09:01 | `realhost', passed back from all the backend init functions, was scoped within those functions. It's now dynamically allocated. check-in: b0b7726ce6 user: simon tags: trunk | |