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?
The screen Cursor is represented by its
attrs, which is a Char. But the shape of a cursor can be one of:\033[1 q\033[2 q\033[3 q\033[4 q\033[5 q\033[6 qSo it seems that
pytecannot represent e.g. a steady bar cursor?