diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2017-03-14 16:56:22 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-03-14 19:04:21 +0100 |
| commit | b739323dfd13b177971250ed6f0ce0c58877c0e8 (patch) | |
| tree | 0a1f3055cbb26eaac96715af0c59cd8bdb5bbc5c /vis-cmds.c | |
| parent | 9bcf2667e7e239873597b7ec2172206a9af18071 (diff) | |
| download | vis-b739323dfd13b177971250ed6f0ce0c58877c0e8.tar.gz vis-b739323dfd13b177971250ed6f0ce0c58877c0e8.tar.xz | |
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.
Diffstat (limited to 'vis-cmds.c')
| -rw-r--r-- | vis-cmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, |
