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: make selectLines() and getWordAtCell() scrollback-aware
- selectLines(): use viewportRowToAbsolute() instead of incorrect
viewportY + row formula
- getWordAtCell(): convert viewport row to absolute row and use
getScrollbackLine() when in scrollback region
0 commit comments