From 96f7bd60447b56880a2e6dd99951ed8f97ee26ae Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Sun, 28 Jan 2024 22:45:37 -0600 Subject: [PATCH] cell: remove todo Did this one already Signed-off-by: Tim Culverhouse --- src/cell.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cell.zig b/src/cell.zig index 9670382..561e0cf 100644 --- a/src/cell.zig +++ b/src/cell.zig @@ -33,8 +33,6 @@ pub const Style = struct { bg: Color = .default, ul: Color = .default, ul_style: Underline = .off, - // TODO: url should maybe go outside of style. We'll need to allocate these - // in the internal screen bold: bool = false, dim: bool = false,