aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar Julian Aron Prenner <julian@linux4you.it>2013-12-31 14:53:29 +0100
committerGravatar Julian Aron Prenner <julian@linux4you.it>2013-12-31 14:53:29 +0100
commit2587649ca28ac9a161c51430c630a34fc09f8dc5 (patch)
treec14c1193de7f4b97567ed3387f1f68780c744d17 /input.h
parentd1faac58dd7e22c959c8d8d2bb626842b88bff5c (diff)
Allow restricting earsing and listing of bindings to specific mode;
implement force repaint and multi-char bindings;
Diffstat (limited to 'input.h')
-rw-r--r--input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.h b/input.h
index 5954a038..c825c9eb 100644
--- a/input.h
+++ b/input.h
@@ -56,6 +56,7 @@ enum
R_BEGINNING_OF_BUFFER,
R_END_OF_BUFFER,
R_REPAINT,
+ R_FORCE_REPAINT,
R_UP_LINE,
R_DOWN_LINE,
R_SUPPRESS_AUTOSUGGESTION,