1
0
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:
Kalle Olavi Niemitalo 2006-08-01 09:48:26 +03:00 committed by Miciah Dashiel Butler Masters
parent c04afba4e9
commit cccab0462a

View File

@ -31,8 +31,8 @@ struct itrm_in {
* same as could be sent to the terminal (via itrm.out.std), * same as could be sent to the terminal (via itrm.out.std),
* but there are special commands that begin with a null byte. * but there are special commands that begin with a null byte.
* *
* In the master process, @sock is the same as @ctl, but * In the master process, @sock is the same as itrm.out.std,
* nothing actually uses it. */ * but nothing actually uses it. */
int sock; int sock;
/* A file descriptor for controlling the standard input. This /* A file descriptor for controlling the standard input. This