summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-27 08:10:55 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-27 08:10:55 +0200
commit8478b427f15a82f782711ccdc7b5921aa4869ced (patch)
tree241775538b2f27a71512b30308f8459e61f40f01 /source/view.c
parentdf1c9a1c1f3a2488afb9b49138f74c87b802ad15 (diff)
Fix Control+u behaviour
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 15ed2c44..005f82ba 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1439,6 +1439,7 @@ gboolean rofi_view_trigger_action ( RofiViewState *state, KeyBindingAction actio
case MOVE_FRONT:
case MOVE_END:
case REMOVE_TO_EOL:
+ case REMOVE_TO_SOL:
case REMOVE_WORD_BACK:
case REMOVE_WORD_FORWARD:
case REMOVE_CHAR_FORWARD: