diff options
Diffstat (limited to '')
-rw-r--r-- | src/options.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index 4e7ce026b..e1ed99e63 100644 --- a/src/options.c +++ b/src/options.c @@ -163,6 +163,9 @@ handle_option(int c, char *arg) #ifdef HAVE_GETMOUSE printf(" getmouse"); #endif +#ifdef ENABLE_ARTIST_SCREEN + printf(" artist-screen"); +#endif #ifdef ENABLE_SEARCH_SCREEN printf(" search-screen"); #endif |