rio(4): list window states in order (thanks umbracticus)
This commit is contained in:
parent
262d5c101b
commit
f2919dfd14
1 changed files with 4 additions and 4 deletions
|
@ -214,12 +214,12 @@ and
|
||||||
.IR y .
|
.IR y .
|
||||||
Following these numbers are strings, also padded to 12 characters,
|
Following these numbers are strings, also padded to 12 characters,
|
||||||
describing the window's state:
|
describing the window's state:
|
||||||
.B hidden
|
|
||||||
or
|
|
||||||
.BR visible ;
|
|
||||||
.B current
|
.B current
|
||||||
or
|
or
|
||||||
.BR notcurrent .
|
.BR notcurrent ;
|
||||||
|
.B hidden
|
||||||
|
or
|
||||||
|
.BR visible .
|
||||||
A subsequent read will block until the window changes size, location, or state.
|
A subsequent read will block until the window changes size, location, or state.
|
||||||
When written to,
|
When written to,
|
||||||
.B wctl
|
.B wctl
|
||||||
|
|
Loading…
Reference in a new issue