>Try something like: > > stty eof '^a' -icanon > >or its termio equivalent. Actually, try stty eof '^a' eol '^@' -icanon since you want to set both the VMIN *and* VTIME values. The VTIME/VEOL value *might* already be zero, but why take chances?