From 0ce3d0bd078e6a6a52fb8edbbeba2fdef54a4658 Mon Sep 17 00:00:00 2001 From: Qwerasd Date: Tue, 18 Nov 2025 18:08:52 -0700 Subject: [PATCH] remove useless code the style ID is reset up above --- src/terminal/page.zig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/terminal/page.zig b/src/terminal/page.zig index 8fc704310..3ccce452e 100644 --- a/src/terminal/page.zig +++ b/src/terminal/page.zig @@ -760,12 +760,6 @@ pub const Page = struct { } if (src_cell.hasGrapheme()) { - // To prevent integrity checks flipping. This will - // get fixed up when we check the style id below. - if (build_options.slow_runtime_safety) { - dst_cell.style_id = stylepkg.default_id; - } - // Copy the grapheme codepoints const cps = other.lookupGrapheme(src_cell).?;