Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ash: really reset ANSI emulation in interactive mode
Commit 329f907 (ash: only reset ANSI emulation in interactive loop) claimed to move resetting of ANSI emulation up into the main interactive loop. Unfortunately it *just* missed the if-block for interactive mode. Put the call to skip_ansi_emulation() in the right place.
- Loading branch information