Working some things out

This commit is contained in:
2025-08-14 14:21:19 -05:00
parent a74cf9fe61
commit acfe8be93d
9 changed files with 193 additions and 104 deletions

View File

@@ -82,6 +82,8 @@ func (w *Button) Draw(screen tcell.Screen) {
dStyle := w.style
if w.active {
dStyle = w.style.Bold(true)
} else {
dStyle = w.style.Dim(true)
}
switch w.h {
case 1: