From 1f5780ad9f731f7687362577268e812e0746e761 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 26 Apr 2003 14:37:49 +0000 Subject: [PATCH] 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 :-) [originally from svn r3148] --- unix/uxputty.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/unix/uxputty.c b/unix/uxputty.c index a205f276..6b1eabb7 100644 --- a/unix/uxputty.c +++ b/unix/uxputty.c @@ -11,17 +11,6 @@ #include "putty.h" #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. */