diff options
author | June McEnroe <june@causal.agency> | 2019-10-03 14:40:23 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-03 14:40:23 -0400 |
commit | e7bfdb237612072506938d5ae7578f7c1fd4cbff (patch) | |
tree | 8670b7a30758d7f90b88bb1b23503fd14f044517 /chat.h | |
parent | Remove -W WEBIRC option (diff) | |
download | catgirl-e7bfdb237612072506938d5ae7578f7c1fd4cbff.tar.gz catgirl-e7bfdb237612072506938d5ae7578f7c1fd4cbff.zip |
Add C-u and move underline to C-_
Diffstat (limited to 'chat.h')
-rw-r--r-- | chat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat.h b/chat.h index e33ea2f..61d8a96 100644 --- a/chat.h +++ b/chat.h @@ -165,9 +165,10 @@ enum Edit { EditInsert, EditBackspace, EditDelete, + EditKill, EditKillBackWord, EditKillForeWord, - EditKillLine, + EditKillEnd, EditComplete, EditEnter, }; |