about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-09 04:22:41 -0500
committerJune McEnroe <june@causal.agency>2020-02-09 04:22:41 -0500
commit3cd830681e25022a8a3936ca9fe58d149fbe493a (patch)
tree7cf4f1d1ee4c5efb1b14936ea5a1dadf581408f5 /chat.h
parentAdd M-b and M-f (diff)
downloadcatgirl-3cd830681e25022a8a3936ca9fe58d149fbe493a.tar.gz
catgirl-3cd830681e25022a8a3936ca9fe58d149fbe493a.zip
Rename kill ops
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat.h b/chat.h
index 6b68eae..ac56f51 100644
--- a/chat.h
+++ b/chat.h
@@ -151,8 +151,8 @@ enum Edit {
 	EditNext,
 	EditPrevWord,
 	EditNextWord,
-	EditKillPrev,
-	EditKillNext,
+	EditDeleteHead,
+	EditDeleteTail,
 	EditDeletePrev,
 	EditDeleteNext,
 	EditInsert,