mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-27 19:31:46 +00:00
...
This commit is contained in:
parent
65aca5b140
commit
fc1775753a
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue