aboutsummaryrefslogtreecommitdiff
path: root/readline.c
diff options
context:
space:
mode:
Diffstat (limited to 'readline.c')
-rw-r--r--readline.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/readline.c b/readline.c
index 176657d..523d7d7 100644
--- a/readline.c
+++ b/readline.c
@@ -1,7 +1,10 @@
-
#include "readline.h"
+/*
+ * Sets of functions to read a line with readline library and ncurses together
+ */
+
static bool input_avail = false;
static unsigned char input;