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

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.219 by sf-exg, Fri May 2 20:34:24 2014 UTC vs.
Revision 1.220 by sf-exg, Fri May 2 20:35:00 2014 UTC

1844 1844
1845void 1845void
1846rxvt_term::register_command (int keysym, unsigned int state, SV *str) 1846rxvt_term::register_command (int keysym, unsigned int state, SV *str)
1847 CODE: 1847 CODE:
1848 wchar_t *wstr = sv2wcs (str); 1848 wchar_t *wstr = sv2wcs (str);
1849 THIS->keyboard->register_user_translation (keysym, state, wstr); 1849 THIS->keyboard->register_action (keysym, state, wstr);
1850 free (wstr); 1850 free (wstr);
1851 1851
1852void 1852void
1853rxvt_term::screen_cur (...) 1853rxvt_term::screen_cur (...)
1854 PROTOTYPE: $;$$ 1854 PROTOTYPE: $;$$

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines