aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/keyboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index 6ef25b88f32..52e6c1d54f5 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -26,6 +26,9 @@ extern int num_nonmacro_input_chars;
26/* Nonzero means polling for input is temporarily suppressed. */ 26/* Nonzero means polling for input is temporarily suppressed. */
27extern int poll_suppress_count; 27extern int poll_suppress_count;
28 28
29/* Nonzero if polling_for_input is actually being used. */
30extern int polling_for_input;
31
29/* Keymap mapping ASCII function key sequences onto their preferred forms. 32/* Keymap mapping ASCII function key sequences onto their preferred forms.
30 Initialized by the terminal-specific lisp files. */ 33 Initialized by the terminal-specific lisp files. */
31extern Lisp_Object Vfunction_key_map; 34extern Lisp_Object Vfunction_key_map;