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.146 by sf-exg, Mon Dec 5 12:52:57 2011 UTC

1261} 1261}
1262 OUTPUT: 1262 OUTPUT:
1263 RETVAL 1263 RETVAL
1264 1264
1265void 1265void
1266rxvt_term::set_urgency (bool enable)
1267
1268void
1266rxvt_term::focus_in () 1269rxvt_term::focus_in ()
1267 1270
1268void 1271void
1269rxvt_term::focus_out () 1272rxvt_term::focus_out ()
1270 1273
1583 CODE: 1586 CODE:
1584 RETVAL = 0 < THIS->parse_keysym (keysym, str); 1587 RETVAL = 0 < THIS->parse_keysym (keysym, str);
1585 THIS->keyboard->register_done (); 1588 THIS->keyboard->register_done ();
1586 OUTPUT: 1589 OUTPUT:
1587 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);
1588 1598
1589void 1599void
1590rxvt_term::screen_cur (...) 1600rxvt_term::screen_cur (...)
1591 PROTOTYPE: $;$$ 1601 PROTOTYPE: $;$$
1592 ALIAS: 1602 ALIAS:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines