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.225 by sf-exg, Thu Aug 21 15:58:29 2014 UTC vs.
Revision 1.226 by sf-exg, Wed Sep 3 18:20:37 2014 UTC

1863 THIS->keyboard->register_done (); 1863 THIS->keyboard->register_done ();
1864 OUTPUT: 1864 OUTPUT:
1865 RETVAL 1865 RETVAL
1866 1866
1867void 1867void
1868rxvt_term::register_command (int keysym, unsigned int state, SV *str)
1869 CODE:
1870 wchar_t *wstr = sv2wcs (str);
1871 THIS->keyboard->register_action (keysym, state, wstr);
1872 free (wstr);
1873
1874void
1875rxvt_term::screen_cur (...) 1868rxvt_term::screen_cur (...)
1876 PROTOTYPE: $;$$ 1869 PROTOTYPE: $;$$
1877 ALIAS: 1870 ALIAS:
1878 screen_cur = 0 1871 screen_cur = 0
1879 selection_beg = 1 1872 selection_beg = 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines