changeset 8654:0334c1b51e87

(polling_for_input): Declared.
author Richard M. Stallman <rms@gnu.org>
date Sun, 28 Aug 1994 19:59:18 +0000
parents 07cc798f5cab
children 4c69fcaaa037
files src/keyboard.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.h	Sun Aug 28 19:58:40 1994 +0000
+++ b/src/keyboard.h	Sun Aug 28 19:59:18 1994 +0000
@@ -26,6 +26,9 @@
 /* Nonzero means polling for input is temporarily suppressed.  */
 extern int poll_suppress_count;
 
+/* Nonzero if polling_for_input is actually being used.  */
+extern int polling_for_input;
+
 /* Keymap mapping ASCII function key sequences onto their preferred forms.
    Initialized by the terminal-specific lisp files.  */
 extern Lisp_Object Vfunction_key_map;