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.228 by sf-exg, Fri Sep 5 19:02:53 2014 UTC vs.
Revision 1.229 by sf-exg, Mon Oct 13 17:05:32 2014 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines