X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/56801e3d8daa0638bec8753c3790de586f8f7d11..ad58c9bc9403a7bdbbdb420ac1ae70db0b4a66c8:/unix/uxputty.c diff --git a/unix/uxputty.c b/unix/uxputty.c index ca1208d6..6b1eabb7 100644 --- a/unix/uxputty.c +++ b/unix/uxputty.c @@ -12,28 +12,6 @@ #include "storage.h" /* - * TODO: - * - * - Go through all the config options and ensure they can all be - * configured and reconfigured properly. - * + icon title appears to be a non-option on Unix. - * + Why the hell did I faff about disabling two of the vtmode - * options? The rest aren't used either in pterm! Work out - * whether they should be, and how they can be. - * + Refresh in the codepage combo is badly broken. - * + `Don't translate line drawing chars' ?? What is this crap? - * It does nothing at all, and where's the option to paste as - * lqqqk? What was I smoking? - * - * - Better control of the individual config box features. - * + SSH packet logging shouldn't be mentioned in pterm, and in - * fact not PuTTYtel either. - * + Keepalives, and the Connection panel in general, shouldn't - * crop up in pterm. (And perhaps also not mid-session in - * rlogin and raw?) - */ - -/* * Clean up and exit. */ void cleanup_exit(int code)