--- rxvt-unicode/src/rxvtperl.xs 2006/01/06 05:28:55 1.30 +++ rxvt-unicode/src/rxvtperl.xs 2006/01/06 05:37:59 1.31 @@ -3,7 +3,7 @@ *----------------------------------------------------------------------* * * All portions of code are copyright by their respective author/s. - * Copyright (c) 2005-2005 Marc Lehmann + * Copyright (c) 2005-2006 Marc Lehmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -799,9 +799,16 @@ RETVAL U32 +rxvt_term::parent () + CODE: + RETVAL = (U32)THIS->parent [0]; + OUTPUT: + RETVAL + +U32 rxvt_term::vt () CODE: - RETVAL = THIS->vt; + RETVAL = (U32)THIS->vt; OUTPUT: RETVAL