comparison src/keyboard.h @ 17875:66e8848c9c49

(num_input_events, num_nonmacro_input_events): Renamed from ..._input_chars.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 May 1997 03:20:48 +0000
parents ccf489f8596e
children 1507c5324f4c
comparison
equal deleted inserted replaced
17874:86e95716af6d 17875:66e8848c9c49
172 172
173 extern Lisp_Object Vlucid_menu_bar_dirty_flag; 173 extern Lisp_Object Vlucid_menu_bar_dirty_flag;
174 extern Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook; 174 extern Lisp_Object Qrecompute_lucid_menubar, Qactivate_menubar_hook;
175 175
176 /* Total number of times read_char has returned. */ 176 /* Total number of times read_char has returned. */
177 extern int num_input_chars; 177 extern int num_input_events;
178 178
179 /* Total number of times read_char has returned, outside of macros. */ 179 /* Total number of times read_char has returned, outside of macros. */
180 extern int num_nonmacro_input_chars; 180 extern int num_nonmacro_input_events;
181 181
182 /* Nonzero means polling for input is temporarily suppressed. */ 182 /* Nonzero means polling for input is temporarily suppressed. */
183 extern int poll_suppress_count; 183 extern int poll_suppress_count;
184 184
185 /* Nonzero if polling_for_input is actually being used. */ 185 /* Nonzero if polling_for_input is actually being used. */