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.131 by root, Sun May 23 00:08:53 2010 UTC vs.
Revision 1.132 by sf-exg, Sat Jul 24 10:20:26 2010 UTC

1675 char *str = SvPVbyte (octets, len); 1675 char *str = SvPVbyte (octets, len);
1676 C_ARGS: 1676 C_ARGS:
1677 str, len 1677 str, len
1678 1678
1679void 1679void
1680rxvt_term::tt_paste (SV *octets)
1681 INIT:
1682 STRLEN len;
1683 char *str = SvPVbyte (octets, len);
1684 C_ARGS:
1685 str, len
1686
1687void
1680rxvt_term::cmd_parse (SV *octets) 1688rxvt_term::cmd_parse (SV *octets)
1681 CODE: 1689 CODE:
1682{ 1690{
1683 STRLEN len; 1691 STRLEN len;
1684 char *str = SvPVbyte (octets, len); 1692 char *str = SvPVbyte (octets, len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines