X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/c43999825d183d64728dfb53ab7d7d9eb2f3513e..0b4f0bc0bdc90f7c0d63c94d18059612679f3fc4:/winstuff.h diff --git a/winstuff.h b/winstuff.h index 90c03481..9e626645 100644 --- a/winstuff.h +++ b/winstuff.h @@ -59,7 +59,7 @@ GLOBAL int help_has_contents; /* * The terminal and logging context are notionally local to the * Windows front end, but they must be shared between window.c and - * windlg.c. + * windlg.c. Likewise the saved-sessions list. */ GLOBAL Terminal *term; GLOBAL void *logctx;