diff options
Diffstat (limited to 'tui')
| -rw-r--r-- | tui/style.go | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
