X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/abb6895f8e13fb0fda3b6567a2b36b590ea7bfda..fbf6cb3b1fcbb6c3a19dd61d308d116878ed2d3d:/unix/uxputty.c diff --git a/unix/uxputty.c b/unix/uxputty.c index 6507a2a9..f3da5e12 100644 --- a/unix/uxputty.c +++ b/unix/uxputty.c @@ -14,11 +14,15 @@ /* * TODO: * - * - Copy-and-paste from the Event Log. + * - Go through all the config options and ensure they can all be + * configured and reconfigured properly. * * - Remainder of the context menu: * - * - New Session and Duplicate Session (perhaps in pterm, in fact?!) + * - New Session, Duplicate Session and the Saved Sessions + * submenu. + * + at least New and Duplicate probably _should_ be in + * pterm. * + Duplicate Session will be fun, since we must work out * how to pass the config data through. * + In fact this should be easier on Unix, since fork() is @@ -42,10 +46,6 @@ * already have dropped privileges by this point, so we * can't get another pty. Sigh. Looks like exec has to be * the way forward then :-/ - * - * - Saved Sessions submenu (not in pterm of course) - * - * - Copy All to Clipboard (for what that's worth) */ /*