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
Fix garbled inline app output when `inline_no_clear=True`.
Currently the terminal cursor isn't actually "reset" before printing the
screen contents. This doesn't matter for most inline apps as the cursor
is already offset at (0, 0). But if the app contains an `Input` widget,
this will update the cursor position so the output will be garbled.
Fixes#6064
0 commit comments