git.y1.nz

mtm

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

commit 2e8ced45ed3cc9abddbbd16d0136c6faab41d1c1
parent 7a6198ccb17db5f3071aa8b1ae450ffd1ce007eb
Author: Rob King <jking@deadpixi.com>
Date:   Sat, 27 Jul 2019 23:38:54 -0500

Fix cursor leaving issue.

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

diff --git a/mtm.c b/mtm.c @@ -1123,6 +1123,7 @@ run(void) /* Run MTM. */ getinput(root, &sfds); refreshchildren(root); + doupdate(); fixcursor(); refreshchildren(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.