Multiline cursor
Open
- Dominant language
- Python
- Stars
- 8
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.