summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-25 11:32:30 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-25 11:32:30 +0200
commitfe230eb95c2b3c212596cda6077bf65d03607543 (patch)
treed25404321cc1160969d7245cdcfe99ec73d22899 /source/view.c
parentdd8f09dab822b81c04d02a6c67716cf1e5489a76 (diff)
Fix #432, Control+k removes till eol.
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/view.c b/source/view.c
index 263db655..15ed2c44 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1438,6 +1438,7 @@ gboolean rofi_view_trigger_action ( RofiViewState *state, KeyBindingAction actio
case CLEAR_LINE:
case MOVE_FRONT:
case MOVE_END:
+ case REMOVE_TO_EOL:
case REMOVE_WORD_BACK:
case REMOVE_WORD_FORWARD:
case REMOVE_CHAR_FORWARD: