On Tue, Aug 08, 2023 at 02:14:36PM -0400, Jeff King wrote: > The smaller change is to implement: > > sub IN { return undef } > > for FakeTerm, which would then behave according to 5906f54e47's "no tty" > behavior. But after reading through the relevant history, I'm fairly > convinced that just dropping it is the right path. If it were actually > kicking in ever, people would be complaining about the obscure > "$term->IN is not defined" error message from perl. All makes sense. Thanks for the detailed commit message, as always :-). Thanks, Taylor