mtm | Ncurses-based terminal multiplexer |
| download: https://git.y1.nz/archives/mtm.tar.gz | |
| Files | Log | Refs |
commit d7c65da9a137a9124eab113dba1c42186eddd68a parent 9282cb880f574ec28bc0516887f9e5572dca68cc Author: Rob King <jking@deadpixi.com> Date: Sat, 24 Jun 2017 00:13:21 -0500 Remove redundant code. Diffstat:
| M | mtm.c | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/mtm.c b/mtm.c @@ -302,7 +302,6 @@ HANDLER(ris) /* RIS - Reset to Initial State */ sgr0(v, p, 0, 0, 0, NULL); wclear(win); wmove(win, 0, 0); - n->fg = n->bg = -1; n->vis = 1; n->insert = n->oxenl = n->xenl = false; wsetscrreg(win, 0, n->h - 1);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.