Add "Curses interface" to curses interface regular info display.
authorDavid Griffith <dave@661.org>
Tue, 31 Jul 2018 18:37:28 +0000 (11:37 -0700)
committerDavid Griffith <dave@661.org>
Wed, 1 Aug 2018 04:35:42 +0000 (21:35 -0700)
src/curses/ux_init.c

index 488533ae4c2fe5afddf6532069ad45f47f1ad825..e5357732d68a9a6e31ac6cd139968c76798bbf47 100644 (file)
@@ -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.");