From: David Griffith Date: Tue, 31 Jul 2018 18:37:28 +0000 (-0700) Subject: Add "Curses interface" to curses interface regular info display. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=f323ecaca14aef52b6c835ff2de88d48e35f3109;p=liskon_frotz.git Add "Curses interface" to curses interface regular info display. --- diff --git a/src/curses/ux_init.c b/src/curses/ux_init.c index 488533a..e535773 100644 --- a/src/curses/ux_init.c +++ b/src/curses/ux_init.c @@ -296,7 +296,7 @@ void os_process_arguments (int argc, char *argv[]) } while (c != EOF); if (zoptind != argc - 1) { - printf("FROTZ V%s\t", GIT_TAG); + printf("FROTZ V%s\tCurses interface. ", GIT_TAG); #ifndef NO_SOUND printf("Audio output enabled.");