mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 04:54:14 +02:00
Rename variable with better name
This is the time at which the cursor was moved by the client not the time at which it was updated.
This commit is contained in:
@@ -297,7 +297,7 @@ typedef struct {
|
||||
PyObject_HEAD
|
||||
|
||||
bool bold, italic, reverse, strikethrough, dim, non_blinking;
|
||||
monotonic_t updated_at;
|
||||
monotonic_t position_changed_by_client_at;
|
||||
unsigned int x, y;
|
||||
uint8_t decoration;
|
||||
CursorShape shape;
|
||||
|
||||
Reference in New Issue
Block a user