about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-12 01:16:40 -0500
committerJune McEnroe <june@causal.agency>2020-02-12 01:16:40 -0500
commit14ae13f781d1ab30d648eaffbace67a9eec36c5b (patch)
treee9d3c451cddf8c35cfd6c6d5e44e0cd32180c184 /chat.h
parentAdd C-v and M-v (diff)
downloadcatgirl-14ae13f781d1ab30d648eaffbace67a9eec36c5b.tar.gz
catgirl-14ae13f781d1ab30d648eaffbace67a9eec36c5b.zip
Add C-t transpose
Also in emacs, weechat.
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.h b/chat.h
index 4e9a230..aa2f87c 100644
--- a/chat.h
+++ b/chat.h
@@ -176,6 +176,7 @@ enum Edit {
 	EditDeletePrevWord,
 	EditDeleteNextWord,
 	EditPaste,
+	EditTranspose,
 	EditInsert,
 	EditComplete,
 	EditEnter,