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
repl: fix screen refresh in multiline viewport overflow
When multiline REPL input exceeds the terminal height, navigating
the cursor would move the cursor position correctly but fail to
refresh the screen properly, leaving stale content visible.
This implements viewport-based rendering in kRefreshLine() that
displays only the visible portion of input centered around the
cursor position when content exceeds terminal height.
Fixes: #59938
0 commit comments