Skip to content

Text selection highlight still remains visible after scrolling in the terminal #5198

Open
@jolgau

Description

@jolgau

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;
}

Screenshot 2024-10-28 at 11 02 59
Screenshot 2024-10-28 at 11 03 05

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions