What's wrong with this entry?
Terminal UI now supports mouse-based text selection with click-and-drag, and copying selected text to the clipboard.
- Click and drag to select text regions in the terminal output
- Selection is rendered with inverse colors to highlight the selected area
- Provides
copySelection(),clearSelection(), andhasSelection()APIs - Uses OSC 52 escape sequences to copy to the system clipboard
Selection engine (search for "copySelection", "clearTextSelection", "hasTextSelection")
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.