comparison src/lisp.h @ 10944:ade108508c1e

(struct PERDISPLAY): New member kbd_queue_has_data.
author Karl Heuer <kwzh@gnu.org>
date Wed, 08 Mar 1995 05:50:24 +0000
parents af873f542492
children 31d88266ed12
comparison
equal deleted inserted replaced
10943:6a2af2832a42 10944:ade108508c1e
519 int kbd_macro_bufsize; 519 int kbd_macro_bufsize;
520 520
521 /* Last anonymous kbd macro defined. */ 521 /* Last anonymous kbd macro defined. */
522 Lisp_Object Vlast_kbd_macro; 522 Lisp_Object Vlast_kbd_macro;
523 523
524 /* Flag indicating that we should look at kbd_queue. This is not the
525 same as !NILP (kbd_queue), because if we've had to push back an
526 incomplete command, then this flag will be clear; we don't want to
527 try reading it again until another character arrives. */
528 int kbd_queue_has_data;
529
524 /* Placeholder for future vars that will be moved here. */ 530 /* Placeholder for future vars that will be moved here. */
525 Lisp_Object unused[19]; 531 Lisp_Object unused[18];
526 532
527 /* Nonzero means echo each character as typed. */ 533 /* Nonzero means echo each character as typed. */
528 int immediate_echo; 534 int immediate_echo;
529 535
530 /* If we have echoed a prompt string specified by the user, 536 /* If we have echoed a prompt string specified by the user,