Document when emp_client signals EOF and interrupt
This commit is contained in:
parent
3cc8de8aef
commit
8e9cbf4ab1
1 changed files with 4 additions and 0 deletions
|
@ -174,6 +174,10 @@ sending "aborted\n". The server treats these conditions specially, as
|
||||||
described below. Anything else is either a command or input for a
|
described below. Anything else is either a command or input for a
|
||||||
command, depending on how the server prompts for the line.
|
command, depending on how the server prompts for the line.
|
||||||
|
|
||||||
|
emp_client signals `EOF' when it encounters an end-of-file condition
|
||||||
|
while reading player input. It signals `interrupt' when it catches
|
||||||
|
SIGINT, which is normally triggered by Ctrl-C.
|
||||||
|
|
||||||
The following ids occur:
|
The following ids occur:
|
||||||
|
|
||||||
* Command prompt C_PROMPT
|
* Command prompt C_PROMPT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue