git.y1.nz

mtm

Ncurses-based terminal multiplexer
download: https://git.y1.nz/archives/mtm.tar.gz
Files | Log | Refs

commit 88272791ddb9856b160b4395e12c9131f37e47a5
parent 96961b05006099169e27d587fd5943e7deaa80ed
Author: Rob King <jking@deadpixi.com>
Date:   Sun, 28 Jul 2019 21:33:08 -0500

Typo fix.

Diffstat:
Mvtparser.c3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vtparser.c b/vtparser.c @@ -32,7 +32,8 @@ #define MAXACTIONS 128 typedef struct ACTION ACTION; -struct{ +struct ACTION{ + wchar_t lo, hi; void (*cb)(VTPARSER *p, wchar_t w); STATE *next; };

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.