You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
* 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
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
Taken from #1317
I recently upgraded from bubbletea from v0.26.5 to v1.3.0 in my project: https://github.com/antonmedv/walk.
And I encountered some very strange behavior with rendering. You can try it yourself on walk version 1.11.0.
I was struggling to find a bug in my code, but after downgrading - everything is fine again.
Does somebody experience similar problems?
The text was updated successfully, but these errors were encountered: