/[weechat]/weechat/src/gui/gui-keyboard.c
ViewVC logotype

Diff of /weechat/src/gui/gui-keyboard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by flashcode, Tue Dec 6 18:21:00 2005 UTC revision 1.11 by flashcode, Sun Dec 11 00:52:33 2005 UTC
# Line 517  gui_key_pressed (char *key_str) Line 517  gui_key_pressed (char *key_str)
517              /* exact combo found => execute function or command */              /* exact combo found => execute function or command */
518              gui_key_buffer[0] = '\0';              gui_key_buffer[0] = '\0';
519              if (ptr_key->command)              if (ptr_key->command)
520                  user_command (SERVER(gui_current_window->buffer),                  user_command (gui_current_window,
521                                gui_current_window->buffer,                                SERVER(gui_current_window->buffer),
522                                ptr_key->command);                                ptr_key->command);
523              else              else
524                  (void)(ptr_key->function)(gui_current_window);                  (void)(ptr_key->function)(gui_current_window);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26