Refine mouse interactions and info pane UX
This commit is contained in:
parent
3d26d835af
commit
ef63a2479b
4 changed files with 367 additions and 47 deletions
|
|
@ -27,7 +27,7 @@ func main() {
|
|||
os.Exit(1)
|
||||
}
|
||||
|
||||
program := tea.NewProgram(model, tea.WithAltScreen())
|
||||
program := tea.NewProgram(model, tea.WithAltScreen(), tea.WithMouseCellMotion())
|
||||
if _, err := program.Run(); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "runtime error: %v\n", err)
|
||||
os.Exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue