aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-08-28 19:59:18 +0000
committerRichard M. Stallman <[email protected]>1994-08-28 19:59:18 +0000
commit3b0deae51f356e565e72fb342da4fa1019562faa (patch)
tree193499e10a31b4be70c3e0b1c454653488d3aa50 /src
parent36922b182a26a2030925b52454604fbd58f3030d (diff)
(polling_for_input): Declared.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 6ef25b88f3..52e6c1d54f 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -26,6 +26,9 @@ extern int num_nonmacro_input_chars;
/* 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;