From ba0333fb910bce10841d4c67d6cf3ce028558df8 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 14 Aug 2017 00:15:02 +0200 Subject: Usefull comments --- readline.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'readline.c') 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; -- cgit v1.2.3