add cursor trail

This commit is contained in:
Rick Choi
2024-10-12 19:15:40 +09:00
parent b07d4059d3
commit c3eb48fc8a
9 changed files with 129 additions and 3 deletions

View File

@@ -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;