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.147 by sf-exg, Tue Dec 6 11:29:52 2011 UTC

928 argv->push_back (strdup (SvPVbyte_nolen (*av_fetch (arg, i, 1)))); 928 argv->push_back (strdup (SvPVbyte_nolen (*av_fetch (arg, i, 1))));
929 929
930 for (int i = AvFILL (env) + 1; i--; ) 930 for (int i = AvFILL (env) + 1; i--; )
931 envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (env, i, 1)))); 931 envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (env, i, 1))));
932 932
933 envv->push_back (0);
934
935 try 933 try
936 { 934 {
937 term->init (argv, envv); 935 term->init (argv, envv);
938 } 936 }
939 catch (const class rxvt_failure_exception &e) 937 catch (const class rxvt_failure_exception &e)
1261} 1259}
1262 OUTPUT: 1260 OUTPUT:
1263 RETVAL 1261 RETVAL
1264 1262
1265void 1263void
1264rxvt_term::set_urgency (bool enable)
1265
1266void
1266rxvt_term::focus_in () 1267rxvt_term::focus_in ()
1267 1268
1268void 1269void
1269rxvt_term::focus_out () 1270rxvt_term::focus_out ()
1270 1271
1583 CODE: 1584 CODE:
1584 RETVAL = 0 < THIS->parse_keysym (keysym, str); 1585 RETVAL = 0 < THIS->parse_keysym (keysym, str);
1585 THIS->keyboard->register_done (); 1586 THIS->keyboard->register_done ();
1586 OUTPUT: 1587 OUTPUT:
1587 RETVAL 1588 RETVAL
1589
1590void
1591rxvt_term::register_command (int keysym, unsigned int state, SV *str)
1592 CODE:
1593 wchar_t *wstr = sv2wcs (str);
1594 THIS->keyboard->register_user_translation (keysym, state, wstr);
1595 free (wstr);
1588 1596
1589void 1597void
1590rxvt_term::screen_cur (...) 1598rxvt_term::screen_cur (...)
1591 PROTOTYPE: $;$$ 1599 PROTOTYPE: $;$$
1592 ALIAS: 1600 ALIAS:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines