diff options
author | C. McEnroe | 2020-02-09 07:09:51 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-09 07:09:56 -0500 |
commit | 2aa2005339750e64a587f6117ae21960e975e211 (patch) | |
tree | 93254aa5f14f6da95b0217738a82233d4b104986 /chat.h | |
parent | cbc6ff2da722df93fdff4df7268128937d6dd9b0 (diff) |
Add C-y
This is weechat's binding for it.
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 fc18b15..24360f0 100644 --- a/chat.h +++ b/chat.h @@ -157,6 +157,7 @@ enum Edit { EditDeleteNext, EditDeletePrevWord, EditDeleteNextWord, + EditPaste, EditInsert, EditComplete, EditEnter, |