mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit 99ce46dbcd5ccd89bc3bc19187acf73b3d19bfa5 parent 95ec9dc003a57fef68f17778303278796114666f Author: Rob King <jking@deadpixi.com> Date: Sun, 9 Jul 2017 00:03:54 -0500 Don't gobble bells. Diffstat:
| M | vtparser.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vtparser.c b/vtparser.c @@ -191,7 +191,7 @@ vtparser_write(VTPARSER *vp, const char *s, size_t n) } MAKESTATE(ground, NULL, - {WCHAR_MIN, WCHAR_MAX, doprint, NULL} + {0x20, WCHAR_MAX, doprint, NULL} ); MAKESTATE(escape, reset,
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.