]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - windows/window.c
I _think_ I've just fixed `font-overflow'. term->disptext now tracks
[PuTTY.git] / windows / window.c
index fe90483ec23f97711c27657c7adcd3b71349c229..2d8c50c1acf99e32cb56c4e617ccb78722ac064d 100644 (file)
@@ -635,7 +635,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
      * Initialise the terminal. (We have to do this _after_
      * creating the window, since the terminal is the first thing
      * which will call schedule_timer(), which will in turn call
-     * timer_change_notify() which will expect hwnd to exist.
+     * timer_change_notify() which will expect hwnd to exist.)
      */
     term = term_init(&cfg, &ucsdata, NULL);
     logctx = log_init(NULL, &cfg);