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.22 by root, Wed Jan 4 03:16:15 2006 UTC vs.
Revision 1.23 by root, Wed Jan 4 04:42:45 2006 UTC

911rxvt_term::tt_write (SV *octets) 911rxvt_term::tt_write (SV *octets)
912 INIT: 912 INIT:
913 STRLEN len; 913 STRLEN len;
914 char *str = SvPVbyte (octets, len); 914 char *str = SvPVbyte (octets, len);
915 C_ARGS: 915 C_ARGS:
916 (unsigned char *)str, len 916 str, len
917 917
918SV * 918SV *
919rxvt_term::overlay (int x, int y, int w, int h, int rstyle = OVERLAY_RSTYLE, int border = 2) 919rxvt_term::overlay (int x, int y, int w, int h, int rstyle = OVERLAY_RSTYLE, int border = 2)
920 CODE: 920 CODE:
921{ 921{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines