]> git.lizzy.rs Git - linenoise.git/blobdiff - linenoise.h
Make linenoiseClearScreen() public
[linenoise.git] / linenoise.h
index c9b9f6652cc49b40a4b1aa6aa966d522a032d23d..ed5d81f430346aed96afdbf374c253b315a49a04 100644 (file)
@@ -70,6 +70,11 @@ void linenoiseAddCompletion(linenoiseCompletions *, const char *);
  */
 char *linenoise(const char *prompt);
 
+/**
+ * Clear the screen.
+ */
+void linenoiseClearScreen(void);
+
 /*
  * Adds a copy of the given line of the command history.
  */