diff options
Diffstat (limited to 'src/command.h')
-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 6bfcb027e..c3b85c97d 100644 --- a/src/command.h +++ b/src/command.h @@ -62,6 +62,7 @@ typedef enum { CMD_INTERRUPT, CMD_GO_ROOT_DIRECTORY, CMD_GO_PARENT_DIRECTORY, + CMD_VIEW, CMD_LOCATE, CMD_QUIT } command_t; |