git.y1.nz

mtm

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

commit 763cca26595ea3408aa7a9943ddd7eb83367806f
parent cbef5004c8e03ed562634aa348b833c3521f4b32
Author: Rob King <jking@deadpixi.com>
Date:   Tue,  4 Sep 2018 14:26:31 +0000

Set idlok to false for windows.

When you have multiple windows adjacent to one another,
this can result in pretty bad flicker on some terminals
for relatively little (if any) benefit.

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

diff --git a/mtm.c b/mtm.c @@ -524,7 +524,6 @@ newview(NODE *p, int y, int x, int h, int w) /* Open a new view. */ return freenode(n, false), NULL; nodelay(n->win, TRUE); scrollok(n->win, TRUE); - idlok(n->win, TRUE); keypad(n->win, TRUE); setupevents(n);

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