aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-18 02:43:35 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-18 02:43:35 -0800
commitdc8cc39bc85d859327db31c8e86b7f08d9888968 (patch)
tree04989feafbbf2152ca153b409bd7bd96b5be54a6 /reader.h
parentc9c2fc5ee346e15e934dd72ed08774d769cfd7a1 (diff)
Don't autosuggest in builtin_read
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/reader.h b/reader.h
index 5ce99882..8a7ed5d4 100644
--- a/reader.h
+++ b/reader.h
@@ -177,6 +177,10 @@ void reader_set_left_prompt( const wcstring &prompt );
*/
void reader_set_right_prompt( const wcstring &prompt );
+
+/** Sets whether autosuggesting is allowed. */
+void reader_set_allow_autosuggesting(bool flag);
+
/**
Returns true if the shell is exiting, 0 otherwise.
*/