From: simon Date: Sat, 26 Apr 2003 14:37:49 +0000 (+0000) Subject: Remove the TODO comment at the top of uxputty.c; I'm now not aware X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/4a4b36177579a15b96b61610369121326481dde5 Remove the TODO comment at the top of uxputty.c; I'm now not aware of anything that makes the Unix port of PuTTY proper significantly unfinished. That's quite a milestone :-) git-svn-id: svn://svn.tartarus.org/sgt/putty@3148 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/unix/uxputty.c b/unix/uxputty.c index a205f276..6b1eabb7 100644 --- a/unix/uxputty.c +++ b/unix/uxputty.c @@ -12,17 +12,6 @@ #include "storage.h" /* - * TODO: - * - * - 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)