summaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor.h b/editor.h
index 0ae0fae..e530956 100644
--- a/editor.h
+++ b/editor.h
@@ -9,7 +9,7 @@
enum editor_mode {
EDITOR_MODE_NORMAL,
EDITOR_MODE_INSERT,
- EDITOR_MODE_COMMAND
+ EDITOR_MODE_PROMPT
};
struct editor_state {