--- rxvt-unicode/src/command.C 2006/01/09 22:41:41 1.252 +++ rxvt-unicode/src/command.C 2006/01/09 23:30:01 1.253 @@ -4464,6 +4464,9 @@ void rxvt_term::tt_write (const char *data, unsigned int len) { + if (HOOK_INVOKE ((this, HOOK_TT_WRITE, DT_STR_LEN, data, len, DT_END))) + return; + if (pty.pty < 0) return;