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.218 by root, Sat Apr 26 20:51:12 2014 UTC vs.
Revision 1.220 by sf-exg, Fri May 2 20:35:00 2014 UTC

1831} 1831}
1832 OUTPUT: 1832 OUTPUT:
1833 RETVAL 1833 RETVAL
1834 1834
1835bool 1835bool
1836rxvt_term::parse_keysym (char *keysym, char *str) 1836rxvt_term::bind_action (char *keysym, char *str)
1837 ALIAS:
1838 parse_keysym = 1
1837 CODE: 1839 CODE:
1838 RETVAL = 0 < THIS->parse_keysym (keysym, str); 1840 RETVAL = 0 < THIS->bind_action (keysym, str);
1839 THIS->keyboard->register_done (); 1841 THIS->keyboard->register_done ();
1840 OUTPUT: 1842 OUTPUT:
1841 RETVAL 1843 RETVAL
1842 1844
1843void 1845void
1844rxvt_term::register_command (int keysym, unsigned int state, SV *str) 1846rxvt_term::register_command (int keysym, unsigned int state, SV *str)
1845 CODE: 1847 CODE:
1846 wchar_t *wstr = sv2wcs (str); 1848 wchar_t *wstr = sv2wcs (str);
1847 THIS->keyboard->register_user_translation (keysym, state, wstr); 1849 THIS->keyboard->register_action (keysym, state, wstr);
1848 free (wstr); 1850 free (wstr);
1849 1851
1850void 1852void
1851rxvt_term::screen_cur (...) 1853rxvt_term::screen_cur (...)
1852 PROTOTYPE: $;$$ 1854 PROTOTYPE: $;$$

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines