mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit fabf54a6b0247a1dd6ede22aede16254e43e4a4e parent 396a85da226a0340a15f0871860a1c989fde8b3a Author: Rob King <jking@deadpixi.com> Date: Sat, 8 Jul 2017 21:38:09 -0500 Style fix. Diffstat:
| M | vtparser.c | 5 | +---- |
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/vtparser.c b/vtparser.c @@ -28,12 +28,9 @@ #include <string.h> #include "vtparser.h" -/**** FORWARD DECLARATIONS */ -typedef struct ACTION ACTION; - /**** DATA TYPES */ #define MAXACTIONS 25 - +typedef struct ACTION ACTION; struct ACTION{ wchar_t lo, hi; void (*cb)(VTPARSER *p, wchar_t w);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.