Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6c747f30
Commit
6c747f30
authored
May 19, 1997
by
Richard M. Stallman
Browse files
(num_input_events, num_nonmacro_input_events):
Renamed from ..._input_chars.
parent
f4520363
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/keyboard.h
src/keyboard.h
+2
-2
No files found.
src/keyboard.h
View file @
6c747f30
...
...
@@ -174,10 +174,10 @@ extern Lisp_Object Vlucid_menu_bar_dirty_flag;
extern
Lisp_Object
Qrecompute_lucid_menubar
,
Qactivate_menubar_hook
;
/* Total number of times read_char has returned. */
extern
int
num_input_
char
s
;
extern
int
num_input_
event
s
;
/* Total number of times read_char has returned, outside of macros. */
extern
int
num_nonmacro_input_
char
s
;
extern
int
num_nonmacro_input_
event
s
;
/* Nonzero means polling for input is temporarily suppressed. */
extern
int
poll_suppress_count
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment