diff options
author | June McEnroe <june@causal.agency> | 2020-02-09 04:22:41 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-09 04:22:41 -0500 |
commit | 3cd830681e25022a8a3936ca9fe58d149fbe493a (patch) | |
tree | 7cf4f1d1ee4c5efb1b14936ea5a1dadf581408f5 /chat.h | |
parent | Add M-b and M-f (diff) | |
download | catgirl-3cd830681e25022a8a3936ca9fe58d149fbe493a.tar.gz catgirl-3cd830681e25022a8a3936ca9fe58d149fbe493a.zip |
Rename kill ops
Diffstat (limited to '')
-rw-r--r-- | chat.h | 4 |
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, |