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.201 by sf-exg, Fri Jun 29 13:41:43 2012 UTC vs.
Revision 1.202 by sf-exg, Sat Jun 30 09:01:12 2012 UTC

1454 CODE: 1454 CODE:
1455 RETVAL = THIS->parent_y; 1455 RETVAL = THIS->parent_y;
1456 OUTPUT: 1456 OUTPUT:
1457 RETVAL 1457 RETVAL
1458 1458
1459Window
1460rxvt_term::vt ()
1461 CODE:
1462 RETVAL = THIS->vt;
1463 OUTPUT:
1464 RETVAL
1465
1459void 1466void
1460rxvt_term::vt_emask_add (U32 emask) 1467rxvt_term::vt_emask_add (U32 emask)
1461 CODE: 1468 CODE:
1462 THIS->vt_emask_perl |= emask; 1469 THIS->vt_emask_perl |= emask;
1463 THIS->vt_select_input (); 1470 THIS->vt_select_input ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines