mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit 3d0badfd0f1e5c7b34caaaf6a537058fae927fa3 parent 7ab3b9431a1f7071b1f32ef7452e28e29766f2a1 Author: Rob King <jking@deadpixi.com> Date: Mon, 10 Jul 2017 23:29:39 -0500 Remove unused signal handler. Diffstat:
| M | mtm.c | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/mtm.c b/mtm.c @@ -565,7 +565,6 @@ newview(NODE *p, int y, int x, int h, int w) /* Open a new view. */ setenv("MTM", buf, 1); setenv("TERM", term, 1); signal(SIGCHLD, SIG_DFL); - signal(SIGUSR1, 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.