Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix command prompt showing when using file input
Commit dd6a761 removes `set_echo(0)` when `infd` is not the standard input, which will show command prompt while executing command from input files. Adding it back fixes the issue.
- Loading branch information