mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
terminal doc: itrm.in.sock == itrm.out.std in the master process.
As already documented at handle_trm().
This commit is contained in:
parent
c04afba4e9
commit
cccab0462a
@ -31,8 +31,8 @@ struct itrm_in {
|
||||
* same as could be sent to the terminal (via itrm.out.std),
|
||||
* but there are special commands that begin with a null byte.
|
||||
*
|
||||
* In the master process, @sock is the same as @ctl, but
|
||||
* nothing actually uses it. */
|
||||
* In the master process, @sock is the same as itrm.out.std,
|
||||
* but nothing actually uses it. */
|
||||
int sock;
|
||||
|
||||
/* A file descriptor for controlling the standard input. This
|
||||
|
Loading…
Reference in New Issue
Block a user