--- rxvt-unicode/src/rxvtperl.xs 2010/05/23 00:08:53 1.131 +++ rxvt-unicode/src/rxvtperl.xs 2010/07/24 10:20:26 1.132 @@ -1677,6 +1677,14 @@ str, len void +rxvt_term::tt_paste (SV *octets) + INIT: + STRLEN len; + char *str = SvPVbyte (octets, len); + C_ARGS: + str, len + +void rxvt_term::cmd_parse (SV *octets) CODE: {