Skip to content

Fix column selection issues#3860

Merged
Tyriar merged 1 commit intoxtermjs:masterfrom
Tyriar:3855
Jun 14, 2022
Merged

Fix column selection issues#3860
Tyriar merged 1 commit intoxtermjs:masterfrom
Tyriar:3855

Conversation

@Tyriar
Copy link
Copy Markdown
Member

@Tyriar Tyriar commented Jun 14, 2022

The following parts were not respecting the column selection edge case where the
start column was greater than the end column while the start row was less than the
end row:

  • Webgl renderer
  • DOM renderer
  • Selection service (ie. getSelection(), I don't think this was a
    regression)

Fixes #3855

The following parts were not respecting the column selection edge case where the
start column was greater than the end column while the start row was less than the
end row:

- Webgl renderer
- DOM renderer
- Selection service (ie. getSelection(), I don't think this was a
  regression)

Fixes xtermjs#3855
@Tyriar Tyriar added this to the 4.19.0 milestone Jun 14, 2022
@Tyriar Tyriar requested a review from meganrogge June 14, 2022 13:52
@Tyriar Tyriar self-assigned this Jun 14, 2022
@Tyriar Tyriar enabled auto-merge June 14, 2022 13:52
@Tyriar Tyriar merged commit 1bb465d into xtermjs:master Jun 14, 2022
@Tyriar Tyriar deleted the 3855 branch June 14, 2022 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Column selection isn't working correctly

2 participants