Skip to content

Multiline cursor #3

@pydanny

Description

@pydanny

Textual's TextArea widget does not support multi-line cursors. It's a single-cursor text editor by design, and there's no built-in API for multi-cursor editing.

Implementing true multi-cursor support would require either:

  1. Waiting for Textual to add this feature upstream
  2. Building a custom text editor widget from scratch (significant undertaking)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions