Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: we don't initialize the terminal when using a nilRenderer (#1120)
Otherwise, a raw terminal will mess up the output. This is because a raw terminal disables termios OPOST mode which converts newlines to `\r\n` to reset the cursor to the beginning of the screen on new lines.
- Loading branch information