diff options
author | Alex Musolino <alex@musolino.id.au> | 2020-12-22 10:11:03 +1030 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2020-12-22 10:11:03 +1030 |
commit | f2919dfd14e9c0ec58d0f9b1accab63080ec07f4 (patch) | |
tree | 0042796de453e905ea8afe064eff210fe86ed6db | |
parent | 262d5c101bae721f5e4428510448f6c7a247fde4 (diff) | |
download | plan9front-f2919dfd14e9c0ec58d0f9b1accab63080ec07f4.tar.xz |
rio(4): list window states in order (thanks umbracticus)
-rw-r--r-- | sys/man/4/rio | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/4/rio b/sys/man/4/rio index 96fd24ce5..0ed8d96eb 100644 --- a/sys/man/4/rio +++ b/sys/man/4/rio @@ -214,12 +214,12 @@ and .IR y . Following these numbers are strings, also padded to 12 characters, describing the window's state: -.B hidden -or -.BR visible ; .B current or -.BR notcurrent . +.BR notcurrent ; +.B hidden +or +.BR visible . A subsequent read will block until the window changes size, location, or state. When written to, .B wctl |