cell: remove todo

Did this one already

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
This commit is contained in:
Tim Culverhouse 2024-01-28 22:45:37 -06:00
parent e6c8be4bd6
commit 96f7bd6044

View file

@ -33,8 +33,6 @@ pub const Style = struct {
bg: Color = .default, bg: Color = .default,
ul: Color = .default, ul: Color = .default,
ul_style: Underline = .off, 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, bold: bool = false,
dim: bool = false, dim: bool = false,