What's wrong with this entry?
Native mouse text selection with drag-to-select and clipboard copy support in the terminal UI.
- Click and drag to select text in the terminal output
- Selected text can be copied to the system clipboard via OSC 52 escape sequence
noSelectregions prevent selection of UI chrome (status bars, borders) while allowing content selection- Selection state tracks anchor/focus positions with full drag handling
from-left-edgeoption extends no-select regions from the left edge of the terminal
Text selection system (search for "isDragging", "copySelection", "noSelect")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.