aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * keyboard.c (command_loop_1): Rebuild menu bar ifJim Blandy1993-04-101-2/+27
* * keyboard.c (echo_dash): Do nothing if echoptr is 0.Jim Blandy1993-04-101-0/+3
* * keyboard.c (apply_modifiers): Fix typo in sanity check.Jim Blandy1993-04-081-1/+1
* * keyboard.c (interrupt_input_blocked, interrupt_input_pending):Jim Blandy1993-04-071-2/+2
* Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1993-03-311-6/+14
* * keyboard.c (parse_modifiers, apply_modifiers): Make sure we'reJim Blandy1993-03-311-0/+6
* (read_char): Clear Vquit_flag when we return C-g for it.Richard M. Stallman1993-03-311-0/+4
* (command_loop_1): Clear force_start of selected_windowRichard M. Stallman1993-03-281-0/+5
* * keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char): IfJim Blandy1993-03-241-1/+6
* * keyboard.c (Fsuspend_emacs):Jim Blandy1993-03-241-13/+4
* (command_loop_1): Set FRAME_MENU_BAR_ITEMS here.Richard M. Stallman1993-03-151-12/+80
* (syms_of_keyboard): Set up Qmenu_bar.Richard M. Stallman1993-03-121-21/+206
* (command_loop_1): Typo in last change.Richard M. Stallman1993-03-111-2/+2
* * keyboard.c (command_loop_1): Adjust to the fact that displayJim Blandy1993-03-111-14/+25
* Include intervals.h.Richard M. Stallman1993-03-071-1/+6
* (read_key_sequence):Richard M. Stallman1993-03-071-2/+2
* (follow_key): Downcase shift_modifier as well as ASCII.Richard M. Stallman1993-03-071-41/+159
* * keyboard.c (kbd_buffer_get_event): Protect assignment toJim Blandy1993-03-021-42/+58
* (syms_of_keyboard): Doc fix.Richard M. Stallman1993-02-261-1/+1
* (read_avail_input): Args to `kill' were backwards.Richard M. Stallman1993-02-231-0/+3
* * keyboard.c (init_keyboard): Recognize HAVE_TERMIOS as well asJim Blandy1993-02-221-33/+31
* (Fsuspend_emacs): Make tem not register.Richard M. Stallman1993-02-211-1/+1
* (Fsuspend_emacs): Rename suspend-hook to suspend-hooks and run it manually.Richard M. Stallman1993-02-191-12/+17
* (Fopen_dribble_file): Doc fix.Richard M. Stallman1993-02-191-1/+2
* (extra_keyboard_modifiers): New Lisp var.Richard M. Stallman1993-02-071-0/+17
* JimB's changes since January 18thJim Blandy1993-01-261-73/+65
* (Frecent_keys): Doc fix.Richard M. Stallman1993-01-151-1/+1
* * termhooks.h (mouse_position_hook): Doc fix.Jim Blandy1993-01-141-207/+257
* * keyboard.c: Protect all references to kbd_buffer_frames withJim Blandy1992-12-241-114/+251
* * keyboard.c (kbd_store_ptr): Declare this to be volatile, ifJim Blandy1992-12-061-1/+7
* * keyboard.c (unread_switch_frame): Don't declare this static.Jim Blandy1992-11-161-38/+49
* * keyboard.c (read_key_sequence): Removed theJim Blandy1992-11-071-27/+48
* * keyboard.c: #include dispextern.h.Jim Blandy1992-10-311-151/+202
* (syms_of_keyboard): Properly staticpro this_command_keys.Richard M. Stallman1992-10-201-1/+1
* * keyboard.c (this_command_keys): Make this a vector, instead ofJim Blandy1992-10-191-27/+38
* * keyboard.c (kbd_buffer_get_event): Fix fencepost bug inJim Blandy1992-10-121-1/+1
* * keyboard.c (kbd_buffer_get_event): Remember thatJim Blandy1992-10-121-1/+3
* * keyboard.c (Vlast_event_frame): Make this variable exist evenJim Blandy1992-10-111-50/+126
* * keyboard.c (read_key_sequence): Treat mouse clicks on non-textJim Blandy1992-10-031-170/+359
* * keyboard.c (modify_event_symbol): Make sure that the unmodifiedJim Blandy1992-10-031-22/+22
* * keyboard.c (echo_char, read_char): Apply EVENT_HEAD without firstJim Blandy1992-10-021-133/+201
* * keyboard.c: Initialize recent_keys in syms_of_keyboard, notJim Blandy1992-09-291-4/+4
* * keyboard.c (recent_keys): Turn this from an array, which is aJim Blandy1992-09-291-8/+12
* * keyboard.c (read_char): If we're returning an event from aJim Blandy1992-09-281-21/+90
* (read_char_menu_prompt): Use X menu code if HAVE_X_WINDOWS and not NO_X_MENU.Richard M. Stallman1992-09-141-2/+4
* * keyboard.c (kbd_buffer_get_event): When performing theJim Blandy1992-09-131-5/+3
* (num_nonmacro_input_chars): New variable.Richard M. Stallman1992-09-121-4/+9
* (command_loop_1): Bind inhibit-quit to t when in Fsit_for.Richard M. Stallman1992-09-111-0/+6
* (last_nonmenu_event): New var.Richard M. Stallman1992-09-051-117/+240
* * keyboard.c: Include "systty.h", not "systerm.h".Jim Blandy1992-08-291-1/+1