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

Comparing rxvt-unicode/src/keyboard.C (file contents):
Revision 1.60 by sf-exg, Fri Dec 28 13:29:05 2012 UTC vs.
Revision 1.61 by sf-exg, Sat Apr 26 15:05:17 2014 UTC

122 keymap.push_back (key); 122 keymap.push_back (key);
123 hash[0] = 3; 123 hash[0] = 3;
124} 124}
125 125
126bool 126bool
127keyboard_manager::dispatch (rxvt_term *term, KeySym keysym, unsigned int state) 127keyboard_manager::dispatch (rxvt_term *term, KeySym keysym, unsigned int state, const char *kbuf, int len)
128{ 128{
129 assert (("register_done() need to be called", hash[0] == 0)); 129 assert (("register_done() need to be called", hash[0] == 0));
130 130
131 state &= OtherModMask; // mask out uninteresting modifiers 131 state &= OtherModMask; // mask out uninteresting modifiers
132 132

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines