summaryrefslogtreecommitdiffstats
path: root/include/keyb.h
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 /include/keyb.h
parentdf1c9a1c1f3a2488afb9b49138f74c87b802ad15 (diff)
Fix Control+u behaviour
Diffstat (limited to 'include/keyb.h')
-rw-r--r--include/keyb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/keyb.h b/include/keyb.h
index a375d08c..c122e4ed 100644
--- a/include/keyb.h
+++ b/include/keyb.h
@@ -37,6 +37,8 @@ typedef enum
REMOVE_CHAR_BACK,
/** Remove till EOL */
REMOVE_TO_EOL,
+ /** Remove till SOL */
+ REMOVE_TO_SOL,
/** Accept the current selected entry */
ACCEPT_ENTRY,
ACCEPT_ALT,