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.144 by sf-exg, Wed Nov 30 12:53:50 2011 UTC vs.
Revision 1.145 by sf-exg, Fri Dec 2 09:03:43 2011 UTC

1585 THIS->keyboard->register_done (); 1585 THIS->keyboard->register_done ();
1586 OUTPUT: 1586 OUTPUT:
1587 RETVAL 1587 RETVAL
1588 1588
1589void 1589void
1590rxvt_term::register_command (int keysym, unsigned int state, SV *str)
1591 CODE:
1592 wchar_t *wstr = sv2wcs (str);
1593 THIS->keyboard->register_user_translation (keysym, state, wstr);
1594 free (wstr);
1595
1596void
1590rxvt_term::screen_cur (...) 1597rxvt_term::screen_cur (...)
1591 PROTOTYPE: $;$$ 1598 PROTOTYPE: $;$$
1592 ALIAS: 1599 ALIAS:
1593 screen_cur = 0 1600 screen_cur = 0
1594 selection_beg = 1 1601 selection_beg = 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines