Update tea and lexer

This commit is contained in:
Pablu
2026-01-19 22:49:22 +01:00
parent a8c7ad60c3
commit 1af6539deb
7 changed files with 293 additions and 38 deletions

View File

@@ -168,6 +168,10 @@ func main() {
return event
})
menuView.SetFocusFunc(func() {
menuView.SetBorderColor(tcell.ColorRed)
})
if err := app.SetRoot(horizontalFlex, true).EnableMouse(true).Run(); err != nil {
panic(err)
}