mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-10 22:24:24 +02:00
...
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#define BUF_SZ (1024u*1024u)
|
||||
#define MAX_ESCAPE_CODE_LENGTH (BUF_SZ / 4)
|
||||
#define MAX_CSI_PARAMS 256
|
||||
#define MAX_CSI_DIGITS 16
|
||||
#define MAX_CSI_DIGITS (2*sizeof(uint64_t))
|
||||
#define DEFAULT_PENDING_WAIT_TIME s_double_to_monotonic_t(2.0)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user