git.y1.nz

mtm

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

commit 63f06757ab00d40bb8db2898941ab1b7e4293639
parent 3dfd21fe7f167496264b612f5da5720215370840
Author: Rob King <jking@deadpixi.com>
Date:   Sun, 28 Jul 2019 22:16:07 -0500

Reduce screen update traffic.

Diffstat:
Mmtm.c1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/mtm.c b/mtm.c @@ -1111,7 +1111,6 @@ run(void) /* Run MTM. */ getinput(root, &sfds); draw(root); - doupdate(); fixcursor(); draw(focused); doupdate();

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