mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit f17540ab5296b699f62edebe6b04d4fce3ffdb5c parent 0cd3fd3ea858e81c10d554c49a82a867e115ff4e Author: Rob King <jking@deadpixi.com> Date: Mon, 24 Jul 2017 10:07:25 -0500 Added missing include. Diffstat:
| M | mtm.c | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/mtm.c b/mtm.c @@ -22,6 +22,7 @@ #include <stdbool.h> #include <stdlib.h> #include <string.h> +#include <sys/ioctl.h> #include <sys/select.h> #include <sys/types.h> #include <time.h>
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.