Refine mouse interactions and info pane UX

This commit is contained in:
vrubelroman 2026-04-22 22:50:30 +03:00
parent 3d26d835af
commit ef63a2479b
4 changed files with 367 additions and 47 deletions

View file

@ -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)