AmendHub

Download:

jcs

/

subtext

/

amendments

/

479

console: Dismiss any progress dialog before opening


jcs made amendment 479 about 1 year ago
--- console.c Mon Apr 10 15:15:02 2023 +++ console.c Mon Apr 10 22:23:29 2023 @@ -68,6 +68,9 @@ console_init(void) Rect bounds; short width, height; + /* dismiss any dialog */ + progress(NULL); + console = xmalloczero(sizeof(struct console)); if (console == NULL) return NULL;