Update tea and lexer
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user