--- rxvt-unicode/src/urxvt.pm 2006/01/09 23:18:49 1.71 +++ rxvt-unicode/src/urxvt.pm 2006/01/10 04:23:39 1.73 @@ -265,6 +265,11 @@ might be very slow, however, as your hook is called for B text being output. +=item on_tt_write $term, $octets + +Called whenever some data is written to the tty/pty and can be used to +suppress or filter tty input. + =item on_line_update $term, $row Called whenever a line was updated or changed. Can be used to filter @@ -459,7 +464,11 @@ our @HOOKNAME; our %HOOKTYPE = map +($HOOKNAME[$_] => $_), 0..$#HOOKNAME; our %OPTION; + our $LIBDIR; +our $RESNAME; +our $RESCLASS; +our $RXVTNAME; BEGIN { urxvt->bootstrap;