From b3a01b28cbfe43ef22168a2f81803dccd4e56864 Mon Sep 17 00:00:00 2001 From: citrons Date: Fri, 30 May 2025 17:47:35 -0500 Subject: simple client --- tui/style.go | 1 - 1 file changed, 1 deletion(-) (limited to 'tui') diff --git a/tui/style.go b/tui/style.go index dedd287..ac67233 100644 --- a/tui/style.go +++ b/tui/style.go @@ -3,7 +3,6 @@ package tui type Style struct { Fg int32 Bg int32 - Truecolor bool Bold bool Italic bool Underline bool -- cgit v1.2.3