Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: renderer: use newline instead of cud1 to move cursor down (#1323)
* fix: renderer: use newline instead of cud1 to move cursor down Using cud1 (`\x1b[B`) won't scroll the terminal if the cursor is already at the bottom of the screen. Instead, use a newline character to move the cursor down and scroll the terminal if necessary. Fixes: #1322 * chore(examples): update tesdata
- Loading branch information