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
The scrolling implementation in terminal.js does not adhere to the ANSI X3.64 standard.
The scrolling region (scrollRegionTop and scrollRegionBottom) is correctly defined, but the ScrollUp() and ScrollDown() methods are malfunctioning. Additionally, some unhandled CSD and CSI sequences may be contributing to the problem.
The text was updated successfully, but these errors were encountered:
The scrolling implementation in
terminal.js
does not adhere to the ANSI X3.64 standard.The scrolling region (
scrollRegionTop
andscrollRegionBottom
) is correctly defined, but theScrollUp()
andScrollDown()
methods are malfunctioning. Additionally, some unhandled CSD and CSI sequences may be contributing to the problem.The text was updated successfully, but these errors were encountered: