summaryrefslogtreecommitdiff
path: root/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 8279d1b..a327620 100644
--- a/chat.h
+++ b/chat.h
@@ -133,7 +133,12 @@ void uiFormat(
) __attribute__((format(printf, 4, 5)));
enum Edit {
+ EditHome,
+ EditEnd,
+ EditLeft,
+ EditRight,
EditKill,
+ EditErase,
EditInsert,
EditEnter,
};