From b739323dfd13b177971250ed6f0ce0c58877c0e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 14 Mar 2017 16:56:22 +0100 Subject: Add experimental raw vt100 UI backend The intention of this is not to slowly reimplement curses but to provide a minimal working terminal UI backend which can also be used for debugging, fuzzing and in environments where curses is not available. Currently no attempt is made to optimize terminal output. The amount of flickering will depend on the smartness of your terminal emulator. --- vis-cmds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vis-cmds.c') diff --git a/vis-cmds.c b/vis-cmds.c index 4f1512f..f38a96f 100644 --- a/vis-cmds.c +++ b/vis-cmds.c @@ -755,6 +755,7 @@ static bool cmd_help(Vis *vis, Win *win, Command *cmd, const char *argv[], Curso const char *name; bool enabled; } configs[] = { + { "Curses support: ", CONFIG_CURSES }, { "Lua support: ", CONFIG_LUA }, { "Lua LPeg statically built-in: ", CONFIG_LPEG }, { "TRE based regex support: ", CONFIG_TRE }, -- cgit v1.2.3