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:
Kovid Goyal
2023-11-05 10:24:00 +05:30
parent 23bb2e1b67
commit 6205fb32fd
19 changed files with 1037 additions and 1015 deletions

View File

@@ -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