diff options
author | June McEnroe <june@causal.agency> | 2020-04-07 10:48:44 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-07 10:48:44 -0400 |
commit | e3f7362241a82d2089a45d119b86109c9d89ec8f (patch) | |
tree | c07c14f663ae4d21c2c5eb38353c72161051b99a /chat.h | |
parent | Add split scrolling to README (diff) | |
download | catgirl-e3f7362241a82d2089a45d119b86109c9d89ec8f.tar.gz catgirl-e3f7362241a82d2089a45d119b86109c9d89ec8f.zip |
Add M-q to collapse whitespace
Diffstat (limited to '')
-rw-r--r-- | chat.h | 1 |
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, |