git: 9front

Download patch

ref: 322c50305d165d9f55fecb5af38d531a769efd55
parent: 75c12e7bf4795416fcdd68daae7853caf71a17d0
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Mar 22 13:48:08 EDT 2016

rio: add flushimage() after mb2 menu action

--- a/sys/src/cmd/rio/rio.c
+++ b/sys/src/cmd/rio/rio.c
@@ -813,6 +813,7 @@
 			wshow(w, w->nr);
 		break;
 	}
+	flushimage(display, 1);
 	wsendctlmesg(w, Wakeup, ZR, nil);
 }
 
--