git.y1.nz

mtm

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

commit 95ec9dc003a57fef68f17778303278796114666f
parent 249b7838e566e4b7533869a0001e571f44d9d8a0
Author: Rob King <jking@deadpixi.com>
Date:   Sat,  8 Jul 2017 21:42:29 -0500

Added missing portion of usage string.

Diffstat:
Mmtm.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mtm.c b/mtm.c @@ -35,7 +35,7 @@ #define MIN(x, y) ((x) < (y)? (x) : (y)) #define MAX(x, y) ((x) > (y)? (x) : (y)) #define CTL(x) ((x) & 0x1f) -#define USAGE "usage: mtm [-T NAME] [-t NAME] [-c KEY]" +#define USAGE "usage: mtm [-T NAME] [-t NAME] [-c KEY] [-b COLOR]" /*** DATA TYPES */ typedef enum{

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