about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-07 10:48:44 -0400
committerJune McEnroe <june@causal.agency>2020-04-07 10:48:44 -0400
commite3f7362241a82d2089a45d119b86109c9d89ec8f (patch)
treec07c14f663ae4d21c2c5eb38353c72161051b99a /chat.h
parentAdd split scrolling to README (diff)
downloadcatgirl-e3f7362241a82d2089a45d119b86109c9d89ec8f.tar.gz
catgirl-e3f7362241a82d2089a45d119b86109c9d89ec8f.zip
Add M-q to collapse whitespace
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 7bcac3b..764f8ec 100644
--- a/chat.h
+++ b/chat.h
@@ -234,6 +234,7 @@ enum Edit {
 	EditDeleteNextWord,
 	EditPaste,
 	EditTranspose,
+	EditCollapse,
 	EditInsert,
 	EditComplete,
 	EditExpand,