Scope-eye.net Git Repository
/
liskon_frotz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c14092e
)
Add "Curses interface" to curses interface regular info display.
author
David Griffith
<dave@661.org>
Tue, 31 Jul 2018 18:37:28 +0000
(11:37 -0700)
committer
David Griffith
<dave@661.org>
Wed, 1 Aug 2018 04:35:42 +0000
(21:35 -0700)
src/curses/ux_init.c
patch
|
blob
|
history
diff --git
a/src/curses/ux_init.c
b/src/curses/ux_init.c
index 488533ae4c2fe5afddf6532069ad45f47f1ad825..e5357732d68a9a6e31ac6cd139968c76798bbf47 100644
(file)
--- 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\t
Curses interface.
", GIT_TAG);
#ifndef NO_SOUND
printf("Audio output enabled.");