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:
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);