ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/keyboard.h
(Generate patch)

Comparing rxvt-unicode/src/keyboard.h (file contents):
Revision 1.29 by sf-exg, Thu Jan 15 14:30:05 2015 UTC vs.
Revision 1.30 by sf-exg, Tue Mar 17 09:23:08 2015 UTC

69 ~keyboard_manager (); 69 ~keyboard_manager ();
70 70
71 void unregister_action (KeySym keysym, unsigned int state); 71 void unregister_action (KeySym keysym, unsigned int state);
72 void register_action (KeySym keysym, unsigned int state, const wchar_t *ws); 72 void register_action (KeySym keysym, unsigned int state, const wchar_t *ws);
73 void register_done (); // call this to make newly registered key bindings take effect 73 void register_done (); // call this to make newly registered key bindings take effect
74 keysym_t *lookup_keysym (rxvt_term *term, KeySym keysym, unsigned int state);
74 bool dispatch (rxvt_term *term, KeySym keysym, unsigned int state, const char *kbuf, int len); 75 bool dispatch (rxvt_term *term, KeySym keysym, unsigned int state, const char *kbuf, int len);
75 76
76private: 77private:
77 int find_keysym (KeySym keysym, unsigned int state); 78 int find_keysym (KeySym keysym, unsigned int state);
78 79

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines