From 206cba3cc98804bee5cc13d09278b4b7a41cd677 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Mar 2026 07:14:32 +0530 Subject: [PATCH] DRYer --- kitty/vt-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/vt-parser.c b/kitty/vt-parser.c index 144c74c08..877f23e27 100644 --- a/kitty/vt-parser.c +++ b/kitty/vt-parser.c @@ -571,7 +571,7 @@ dispatch_osc(PS *self, uint8_t *buf, size_t limit, bool is_extended_osc) { case 50: REPORT_ERROR("Ignoring OSC 50 used for font changing in XTerm"); break; case 51: REPORT_ERROR("Ignoring OSC 51 used by emacs shell"); break; case 60: case 61: REPORT_ERROR("Ignoring OSC 60/61 used for query control in XTerm"); break; - case 66: + case TEXT_SIZE_CODE: parse_multicell_code(self, buf + i, limit - i); break; case 133: