mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 10:27:24 +00:00
Merge branch '32bit-long-fix' of https://github.com/jamessan/kitty
This commit is contained in:
commit
bf3bfeaf69
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ parse_graphics_code(Screen *screen, PyObject UNUSED *dump_callback) {
|
|||
enum KEYS key = 'a';
|
||||
static GraphicsCommand g;
|
||||
unsigned int i, code;
|
||||
unsigned long lcode;
|
||||
uint64_t lcode;
|
||||
bool is_negative;
|
||||
memset(&g, 0, sizeof(g));
|
||||
static uint8_t payload[4096];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue