From c8ba48be43957498d2510f249f9d3e5f70b9833b Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sun, 6 Nov 2022 02:04:39 +0000 Subject: [PATCH] PuTTY WinMain: comment when config box pops up. It's not entirely obvious, these days. --- windows/window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/window.c b/windows/window.c index 0cc10e40..3f052c79 100644 --- a/windows/window.c +++ b/windows/window.c @@ -513,6 +513,8 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) /* * Process the command line. + * (If the command line doesn't provide enough info to start a + * session, this will detour via the config box.) */ gui_term_process_cmdline(wgs->conf, cmdline);