mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
- is not a CSI start modifier
This commit is contained in:
@@ -704,7 +704,7 @@ dispatch_csi(Screen *screen, PyObject DUMP_UNUSED *dump_callback) {
|
|||||||
unsigned int num = screen->parser_buf_pos, start, i, num_params=0, p1, p2;
|
unsigned int num = screen->parser_buf_pos, start, i, num_params=0, p1, p2;
|
||||||
static unsigned int params[MAX_PARAMS] = {0};
|
static unsigned int params[MAX_PARAMS] = {0};
|
||||||
bool private;
|
bool private;
|
||||||
if (buf[0] == '>' || buf[0] == '<' || buf[0] == '?' || buf[0] == '!' || buf[0] == '=' || buf[0] == '-') {
|
if (buf[0] == '>' || buf[0] == '<' || buf[0] == '?' || buf[0] == '!' || buf[0] == '=') {
|
||||||
start_modifier = (char)screen->parser_buf[0];
|
start_modifier = (char)screen->parser_buf[0];
|
||||||
buf++; num--;
|
buf++; num--;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user