rio(4): update description of wctl file format

State strings are now padded to 12-characters.  Remove ambiguous
reference to "12-character style", instead referring the reader to
image(6).
This commit is contained in:
Alex Musolino 2019-11-19 12:43:53 +10:30
parent 59115ba407
commit 37d6ddd8f3

View file

@ -201,8 +201,10 @@ clears the windows contents.
.TP
.B wctl
may be read or written.
When read, it returns the location of the window as four decimal integers formatted
in the usual 12-character style: upper left
When read, it returns the location of the window as four decimal
integers, padded to 12 characters as described in
.IR image(6):
upper left
.I x
and
.IR y ,
@ -210,7 +212,8 @@ lower right
.I x
and
.IR y .
Following these numbers are strings describing the window's state:
Following these numbers are strings, also padded to 12 characters,
describing the window's state:
.B hidden
or
.BR visible ;