diff options
author | C. McEnroe | 2020-02-12 01:16:40 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-12 01:16:40 -0500 |
commit | 14ae13f781d1ab30d648eaffbace67a9eec36c5b (patch) | |
tree | e9d3c451cddf8c35cfd6c6d5e44e0cd32180c184 /chat.h | |
parent | aab9f76fa0330ff68a4279db4a6de2fec5973d30 (diff) |
Add C-t transpose
Also in emacs, weechat.
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 1 |
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, |