summaryrefslogtreecommitdiffstats
path: root/src/help.c
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-03 16:32:04 -0300
committermongo <andmarti@gmail.com>2017-04-03 16:32:04 -0300
commit451d00fc159a9811f036994a39d2c8646d01e7ee (patch)
treeb3c6588b79d444578ef5bc668562be5f0db40c39 /src/help.c
parente829f116491fa441452cbc77cb52e1a511fb13ba (diff)
cleaning code. removing unneeded/comments lines. starting to isolate UI code
Diffstat (limited to 'src/help.c')
-rw-r--r--src/help.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/help.c b/src/help.c
index 2196d56..3a390df 100644
--- a/src/help.c
+++ b/src/help.c
@@ -3,9 +3,10 @@
#include <stdlib.h>
#include <fcntl.h>
#include <limits.h>
+
#include "sc.h"
#include "macros.h"
-#include "screen.h"
+#include "tui.h"
#include "string.h"
#include "color.h"
#include "utils/string.h"
@@ -14,7 +15,7 @@
static char ** long_help;
static int delta = 0;
-static int max;
+static int max;
static int look_result = -1;
static char word_looked[50] = "";