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.143 by root, Fri Jul 29 08:35:09 2011 UTC vs.
Revision 1.145 by sf-exg, Fri Dec 2 09:03:43 2011 UTC

979void 979void
980rxvt_term::XUngrabKey (int keycode, U32 modifiers, Window window = THIS->vt) 980rxvt_term::XUngrabKey (int keycode, U32 modifiers, Window window = THIS->vt)
981 CODE: 981 CODE:
982 XUngrabKey (THIS->dpy, keycode, modifiers, window); 982 XUngrabKey (THIS->dpy, keycode, modifiers, window);
983 983
984void
985rxvt_term::XUngrabKeyboard (Time eventtime)
986 CODE:
987 XUngrabKeyboard (THIS->dpy, eventtime);
988
989bool 984bool
990rxvt_term::grab (Time eventtime, int sync = 0) 985rxvt_term::grab (Time eventtime, int sync = 0)
991 CODE: 986 CODE:
992{ 987{
993 int mode = sync ? GrabModeSync : GrabModeAsync; 988 int mode = sync ? GrabModeSync : GrabModeAsync;
1590 THIS->keyboard->register_done (); 1585 THIS->keyboard->register_done ();
1591 OUTPUT: 1586 OUTPUT:
1592 RETVAL 1587 RETVAL
1593 1588
1594void 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
1595rxvt_term::screen_cur (...) 1597rxvt_term::screen_cur (...)
1596 PROTOTYPE: $;$$ 1598 PROTOTYPE: $;$$
1597 ALIAS: 1599 ALIAS:
1598 screen_cur = 0 1600 screen_cur = 0
1599 selection_beg = 1 1601 selection_beg = 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines