diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/systty.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/systty.h b/src/systty.h index ef35435b479..4bfb00b4510 100644 --- a/src/systty.h +++ b/src/systty.h | |||
| @@ -317,11 +317,10 @@ static struct sensemode { | |||
| 317 | of the tty on FD in *P. Return zero if all's well, or -1 if we ran | 317 | of the tty on FD in *P. Return zero if all's well, or -1 if we ran |
| 318 | into an error we couldn't deal with. | 318 | into an error we couldn't deal with. |
| 319 | 319 | ||
| 320 | EMACS_SET_TTY (int FD, struct emacs_tty *P, int waitp) | 320 | EMACS_SET_TTY (int FD, struct emacs_tty *P, int flushp) |
| 321 | sets the parameters of the tty on FD according to the contents of | 321 | sets the parameters of the tty on FD according to the contents of |
| 322 | *P. If waitp is non-zero, we wait for all queued output to be | 322 | *P. If flushp is non-zero, we discard queued input to be |
| 323 | written before making the change; otherwise, we forget any queued | 323 | written before making the change. |
| 324 | input and make the change immediately. | ||
| 325 | Return 0 if all went well, and -1 if anything failed. | 324 | Return 0 if all went well, and -1 if anything failed. |
| 326 | 325 | ||
| 327 | EMACS_TTY_TABS_OK (struct emacs_tty *P) is false iff the kernel | 326 | EMACS_TTY_TABS_OK (struct emacs_tty *P) is false iff the kernel |