-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
The screen Cursor is represented by its attrs, which is a Char. But the shape of a cursor can be one of:
| Code | Cursor Shape |
|---|---|
\033[1 q |
Blinking block |
\033[2 q |
Steady block |
\033[3 q |
Blinking underline |
\033[4 q |
Steady underline |
\033[5 q |
Blinking bar |
\033[6 q |
Steady bar (vertical line) |
So it seems that pyte cannot represent e.g. a steady bar cursor?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels