diff options
Diffstat (limited to 'sys/src/cmd/rio/wctl.c')
| -rw-r--r-- | sys/src/cmd/rio/wctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/rio/wctl.c b/sys/src/cmd/rio/wctl.c index efe6949ff..9d1cf796e 100644 --- a/sys/src/cmd/rio/wctl.c +++ b/sys/src/cmd/rio/wctl.c @@ -388,6 +388,7 @@ wctlcmd(Window *w, Rectangle r, int cmd, char *err) wbottomme(w); return 1; case Current: + wtopme(w); wcurrent(w); return 1; case Hide: |
