mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-14 12:34:44 +02:00
add cursor trail
This commit is contained in:
@@ -297,6 +297,7 @@ typedef struct {
|
||||
PyObject_HEAD
|
||||
|
||||
bool bold, italic, reverse, strikethrough, dim, non_blinking;
|
||||
monotonic_t updated_at;
|
||||
unsigned int x, y;
|
||||
uint8_t decoration;
|
||||
CursorShape shape;
|
||||
|
||||
Reference in New Issue
Block a user