git.y1.nz

mtm

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

commit e66bdc708f0a4894388f07c9441f3d6f2b982f72
parent 06b9dd4a16ab4b8982440cfb62e3166938aee814
Author: Rob King <jking@deadpixi.com>
Date:   Sun, 28 Jul 2019 23:29:06 -0500

Fix cursor missing issue.

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

diff --git a/mtm.c b/mtm.c @@ -1105,6 +1105,7 @@ 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.