summaryrefslogtreecommitdiff
path: root/graphics/asymptote/interact.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/interact.h')
-rw-r--r--graphics/asymptote/interact.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/interact.h b/graphics/asymptote/interact.h
index a6845ad75c..4b7550986e 100644
--- a/graphics/asymptote/interact.h
+++ b/graphics/asymptote/interact.h
@@ -19,7 +19,7 @@ extern int lines; // Interactive scroll count
extern bool query; // Enable interactive scrolling;
void init_interactive();
-
+
// Read a line from the input, without any processing.
string simpleline(string prompt);
@@ -48,7 +48,7 @@ public:
void setCompleter(completer *c);
#define YY_READ_BUF_SIZE YY_BUF_SIZE
-
+
void init_readline(bool tabcompletion);
}