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.30 by root, Fri Jan 6 05:28:55 2006 UTC vs.
Revision 1.31 by root, Fri Jan 6 05:37:59 2006 UTC

1/*----------------------------------------------------------------------* 1/*----------------------------------------------------------------------*
2 * File: rxvtperl.xs 2 * File: rxvtperl.xs
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * 4 *
5 * All portions of code are copyright by their respective author/s. 5 * All portions of code are copyright by their respective author/s.
6 * Copyright (c) 2005-2005 Marc Lehmann <pcg@goof.com> 6 * Copyright (c) 2005-2006 Marc Lehmann <pcg@goof.com>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version. 11 * (at your option) any later version.
797 RETVAL = *(int *)((char *)THIS + ix); 797 RETVAL = *(int *)((char *)THIS + ix);
798 OUTPUT: 798 OUTPUT:
799 RETVAL 799 RETVAL
800 800
801U32 801U32
802rxvt_term::parent ()
803 CODE:
804 RETVAL = (U32)THIS->parent [0];
805 OUTPUT:
806 RETVAL
807
808U32
802rxvt_term::vt () 809rxvt_term::vt ()
803 CODE: 810 CODE:
804 RETVAL = THIS->vt; 811 RETVAL = (U32)THIS->vt;
805 OUTPUT: 812 OUTPUT:
806 RETVAL 813 RETVAL
807 814
808U32 815U32
809rxvt_term::rstyle (U32 new_rstyle = THIS->rstyle) 816rxvt_term::rstyle (U32 new_rstyle = THIS->rstyle)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines