aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.h
diff options
context:
space:
mode:
authorGravatar Ian Munsie <darkstarsword@gmail.com>2012-06-27 18:37:48 +1000
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-07-01 15:37:10 -0700
commitc8f86d94c9847b0c01bdd98ddcfc8296d95ea8c4 (patch)
tree9c6173bfd5c185271c4048a62941655ace4aae3d /input.h
parent2b24eab26af24527e3c1841e511aa6999fd1f23e (diff)
Add command to temporarily suppress the autosuggestion feature
Autosuggestion will be automatically re-enabled next time a character is inserted. An alternative implementation would require another command to explicitly re-enable it. Signed-off-by: Ian Munsie <darkstarsword@gmail.com>
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 fbb4d7fd..e62fe2bb 100644
--- a/input.h
+++ b/input.h
@@ -49,6 +49,7 @@ enum
R_REPAINT,
R_UP_LINE,
R_DOWN_LINE,
+ R_SUPPRESS_AUTOSUGGESTION,
}
;