commit 63f06757ab00d40bb8db2898941ab1b7e4293639 parent 3dfd21fe7f167496264b612f5da5720215370840 Author: Rob King <jking@deadpixi.com> Date: Sun, 28 Jul 2019 22:16:07 -0500 Reduce screen update traffic. Diffstat:
| M | mtm.c | 1 | - |
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();