From b66f544f1b2e2fcdf7b36343b833cf712419f639 Mon Sep 17 00:00:00 2001 From: mongo Date: Thu, 6 Apr 2017 15:39:32 -0300 Subject: completed ui isolation. added dumb ui example --- src/exec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/exec.c') diff --git a/src/exec.c b/src/exec.c index d6176d3..1c726c3 100644 --- a/src/exec.c +++ b/src/exec.c @@ -14,6 +14,7 @@ #include "main.h" // exit_app int exec_cmd (char * line) { +#ifdef NCURSES int waitres; def_prog_mode(); @@ -81,5 +82,6 @@ int exec_cmd (char * line) { refresh(); update(TRUE); } +#endif return 0; } -- cgit v1.2.3