Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
console: don't reset the terminal con console.clear()
It has side-effects: https://stackoverflow.com/a/37778152 The new implementation follows Node, that is, it moves the cursor home and then it clears the screen down from there. IN addition, avoid doing any of this if the terminal is dumb.
- Loading branch information