mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
Refactor VT parser for more speed
No longer copy bytes into a separate buffer, instead parse them in place in the read buffer
This commit is contained in:
@@ -229,4 +229,5 @@
|
||||
#define DECSCUSR 'q'
|
||||
|
||||
// File transfer OSC number
|
||||
# define FILE_TRANSFER_CODE 5113
|
||||
#define FILE_TRANSFER_CODE 5113
|
||||
#define PENDING_MODE 2026
|
||||
|
||||
Reference in New Issue
Block a user