diff options
Diffstat (limited to '')
-rw-r--r-- | src/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index f880998dc..9c20acb7a 100644 --- a/src/command.h +++ b/src/command.h @@ -45,6 +45,7 @@ typedef enum CMD_SCREEN_FILE, CMD_SCREEN_SEARCH, CMD_SCREEN_KEYDEF, + CMD_SCREEN_CLOCK, CMD_SCREEN_HELP, CMD_QUIT } command_t; |