summaryrefslogtreecommitdiff
path: root/sys/src/cmd
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-03-22 17:48:08 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2016-03-22 17:48:08 +0100
commit7ff779ff52b3da9c3b4cfee38cd90088ac65d6c3 (patch)
treee7aa48f2e2e391a8e041eb583b64b912b8eb882b /sys/src/cmd
parent92324db6b5f470789025a96814af8e4d96fc10a7 (diff)
rio: add flushimage() after mb2 menu action
Diffstat (limited to 'sys/src/cmd')
-rw-r--r--sys/src/cmd/rio/rio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/rio/rio.c b/sys/src/cmd/rio/rio.c
index 47cee90fc..0c1564f53 100644
--- a/sys/src/cmd/rio/rio.c
+++ b/sys/src/cmd/rio/rio.c
@@ -813,6 +813,7 @@ button2menu(Window *w)
wshow(w, w->nr);
break;
}
+ flushimage(display, 1);
wsendctlmesg(w, Wakeup, ZR, nil);
}