Skip to content

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

Open
@jolgau

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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