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