acme: document log file in manpage
This commit is contained in:
parent
7c8d75a309
commit
ebb9acecdd
1 changed files with 27 additions and 2 deletions
|
@ -89,7 +89,7 @@ was run.
|
||||||
The window is created if necessary, but not until text is actually written.
|
The window is created if necessary, but not until text is actually written.
|
||||||
.TP
|
.TP
|
||||||
.B consctl
|
.B consctl
|
||||||
Is an empty unwritable file present only for compatibility; there is no way
|
is an empty unwritable file present only for compatibility; there is no way
|
||||||
to turn off `echo', for example, under
|
to turn off `echo', for example, under
|
||||||
.IR acme .
|
.IR acme .
|
||||||
.TP
|
.TP
|
||||||
|
@ -111,8 +111,33 @@ file.
|
||||||
is an empty file, writable without effect, present only for compatibility with
|
is an empty file, writable without effect, present only for compatibility with
|
||||||
.BR rio .
|
.BR rio .
|
||||||
.TP
|
.TP
|
||||||
|
.B log
|
||||||
|
reports a log of window operations since the opening of the
|
||||||
|
.B log
|
||||||
|
file.
|
||||||
|
Each line describes a single operation using three fields separated by single spaces:
|
||||||
|
the decimal window ID, the operation, and the window name.
|
||||||
|
Reading from
|
||||||
|
.B log
|
||||||
|
blocks until there is an operation to report, so reading the file
|
||||||
|
can be used to monitor editor activity and react to changes.
|
||||||
|
The reported operations are
|
||||||
|
.L new
|
||||||
|
(window creation),
|
||||||
|
.L zerox
|
||||||
|
(window creation via zerox),
|
||||||
|
.LR get ,
|
||||||
|
.LR put ,
|
||||||
|
.L del
|
||||||
|
(window deletion), and
|
||||||
|
.L focus
|
||||||
|
(window focus change).
|
||||||
|
The window name can be the empty string; in particular it is empty in
|
||||||
|
.L new
|
||||||
|
log entries corresponding to windows created by external programs.
|
||||||
|
.TP
|
||||||
.B new
|
.B new
|
||||||
A directory analogous to the numbered directories
|
is a directory analogous to the numbered directories
|
||||||
.RI ( q.v. ).
|
.RI ( q.v. ).
|
||||||
Accessing any
|
Accessing any
|
||||||
file in
|
file in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue