mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 23:31:55 -08:00
(polling_for_input): Declared.
This commit is contained in:
parent
36922b182a
commit
3b0deae51f
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue