aboutsummaryrefslogtreecommitdiff
path: root/readline.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-08-14 00:15:02 +0200
committerache <ache@ache.one>2017-08-14 00:15:02 +0200
commitba0333fb910bce10841d4c67d6cf3ce028558df8 (patch)
tree4a7117698d4982965d2f0d89e9a24dc979c0115e /readline.c
parentControl with arrows (diff)
Usefull comments
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;