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.146 by sf-exg, Mon Dec 5 12:52:57 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{
1266} 1261}
1267 OUTPUT: 1262 OUTPUT:
1268 RETVAL 1263 RETVAL
1269 1264
1270void 1265void
1266rxvt_term::set_urgency (bool enable)
1267
1268void
1271rxvt_term::focus_in () 1269rxvt_term::focus_in ()
1272 1270
1273void 1271void
1274rxvt_term::focus_out () 1272rxvt_term::focus_out ()
1275 1273
1588 CODE: 1586 CODE:
1589 RETVAL = 0 < THIS->parse_keysym (keysym, str); 1587 RETVAL = 0 < THIS->parse_keysym (keysym, str);
1590 THIS->keyboard->register_done (); 1588 THIS->keyboard->register_done ();
1591 OUTPUT: 1589 OUTPUT:
1592 RETVAL 1590 RETVAL
1591
1592void
1593rxvt_term::register_command (int keysym, unsigned int state, SV *str)
1594 CODE:
1595 wchar_t *wstr = sv2wcs (str);
1596 THIS->keyboard->register_user_translation (keysym, state, wstr);
1597 free (wstr);
1593 1598
1594void 1599void
1595rxvt_term::screen_cur (...) 1600rxvt_term::screen_cur (...)
1596 PROTOTYPE: $;$$ 1601 PROTOTYPE: $;$$
1597 ALIAS: 1602 ALIAS:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines