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.142 by sf-exg, Fri Jul 1 19:07:08 2011 UTC vs.
Revision 1.145 by sf-exg, Fri Dec 2 09:03:43 2011 UTC

799 const_iv (XIMDontChange), 799 const_iv (XIMDontChange),
800# endif 800# endif
801# endif 801# endif
802 }; 802 };
803 803
804 for (civ = const_iv + ecb_array_length (const_iv); civ-- > const_iv; ) 804 for (civ = const_iv + ecb_array_length (const_iv); civ > const_iv; civ--)
805 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 805 newCONSTSUB (stash, (char *)civ[-1].name, newSViv (civ[-1].iv));
806} 806}
807 807
808void 808void
809warn (const char *msg) 809warn (const char *msg)
810 CODE: 810 CODE:
978 978
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
984void
985rxvt_term::XUngrabKeyboard (Time eventtime)
986 CODE:
987 XUngrabKeyboard (THIS->dpy, eventtime);
988 983
989bool 984bool
990rxvt_term::grab (Time eventtime, int sync = 0) 985rxvt_term::grab (Time eventtime, int sync = 0)
991 CODE: 986 CODE:
992{ 987{
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