From b11c892158772f508e494b2726a5d4db1bb74d23 Mon Sep 17 00:00:00 2001 From: citrons Date: Sat, 31 May 2025 17:16:38 -0500 Subject: text input box --- tui/style.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tui/style.go') diff --git a/tui/style.go b/tui/style.go index ac67233..aa58448 100644 --- a/tui/style.go +++ b/tui/style.go @@ -7,6 +7,7 @@ type Style struct { Italic bool Underline bool Strikethrough bool + selected bool } const ( -- cgit v1.2.3