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.62 by root, Fri Jan 13 04:59:04 2006 UTC vs.
Revision 1.63 by root, Fri Jan 13 05:06:44 2006 UTC

1112 THIS->vt_select_input (); 1112 THIS->vt_select_input ();
1113 1113
1114U32 1114U32
1115rxvt_term::rstyle (U32 new_rstyle = THIS->rstyle) 1115rxvt_term::rstyle (U32 new_rstyle = THIS->rstyle)
1116 CODE: 1116 CODE:
1117{
1118 RETVAL = THIS->rstyle; 1117 RETVAL = THIS->rstyle;
1119 THIS->rstyle = new_rstyle; 1118 THIS->rstyle = new_rstyle;
1120}
1121 OUTPUT: 1119 OUTPUT:
1122 RETVAL 1120 RETVAL
1123 1121
1124int 1122int
1125rxvt_term::view_start (int newval = -1) 1123rxvt_term::view_start (int newval = -1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines