]> code.delx.au - gnu-emacs/blobdiff - src/systty.h
(redisplay_window): Clear force_start field
[gnu-emacs] / src / systty.h
index 7bc1da206b32f53121dce372cb771d00c424dc7a..4bfb00b4510f274b9be57a8be32631770570a5cc 100644 (file)
@@ -118,7 +118,7 @@ static struct sensemode {
 #include <termios.h>
 #endif
 
-#ifdef AIX
+#ifdef AIXHFT
 /* Get files for keyboard remapping */
 #define HFNKEYS 2
 #include <sys/hft.h>
@@ -317,11 +317,10 @@ static struct sensemode {
    of the tty on FD in *P.  Return zero if all's well, or -1 if we ran
    into an error we couldn't deal with.
 
-   EMACS_SET_TTY (int FD, struct emacs_tty *P, int waitp)
+   EMACS_SET_TTY (int FD, struct emacs_tty *P, int flushp)
    sets the parameters of the tty on FD according to the contents of
-   *P.  If waitp is non-zero, we wait for all queued output to be
-   written before making the change; otherwise, we forget any queued
-   input and make the change immediately.
+   *P.  If flushp is non-zero, we discard queued input to be
+   written before making the change.
    Return 0 if all went well, and -1 if anything failed.
 
    EMACS_TTY_TABS_OK (struct emacs_tty *P) is false iff the kernel