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
I can't reproduce this, are you on the latest version (@xterm/xterm) and are you doing something atypical with the scrolling? For example are you creating a tall terminal and wrapping that with your own scroll bar?
When I'm selecting a text in the viewport, after I scroll, a small highlight of the previous text still remains clinging on the viewport.
Had to fix it by providing this class:
.xterm-selection {
overflow: hidden;
}
The text was updated successfully, but these errors were encountered: