diff -r 9ad06889a5d1 sys/src/cmd/rio/wind.c --- a/sys/src/cmd/rio/wind.c Mon Nov 18 01:06:02 2019 -0800 +++ b/sys/src/cmd/rio/wind.c Tue Nov 19 11:58:31 2019 +1030 @@ -406,7 +406,7 @@ t = "notcurrent"; if(w == input) t = "current"; - pair.ns = snprint(pair.s, pair.ns, "%11d %11d %11d %11d %s %s ", + pair.ns = snprint(pair.s, pair.ns, "%11d %11d %11d %11d %11s %11s ", w->i->r.min.x, w->i->r.min.y, w->i->r.max.x, w->i->r.max.y, t, s); send(crm.c2, &pair); continue;