git.y1.nz

mtm

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

commit 5244daa5b4e09b0378fbe700e2e4ed63359da178
parent 14a7e41180dc243e6b5df8eec12c76620351508a
Author: Rob King <jking@deadpixi.com>
Date:   Fri,  7 Jul 2017 22:13:48 -0500

Let users know we're in MTM.

Diffstat:
Mmtm.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mtm.c b/mtm.c @@ -538,6 +538,7 @@ newview(NODE *p, int y, int x, int h, int w) /* Open a new view. */ else if (pid == 0){ setsid(); setenv("TERM", term, 1); + setenv("MTM", "true", 1); signal(SIGCHLD, SIG_DFL); execl(getshell(), getshell(), NULL); return NULL;

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