about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-03 14:40:23 -0400
committerJune McEnroe <june@causal.agency>2019-10-03 14:40:23 -0400
commite7bfdb237612072506938d5ae7578f7c1fd4cbff (patch)
tree8670b7a30758d7f90b88bb1b23503fd14f044517 /chat.h
parentRemove -W WEBIRC option (diff)
downloadcatgirl-e7bfdb237612072506938d5ae7578f7c1fd4cbff.tar.gz
catgirl-e7bfdb237612072506938d5ae7578f7c1fd4cbff.zip
Add C-u and move underline to C-_
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h3
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,
 };