Browse Source

use full screen mode

main
decentral1se 2 years ago
parent
commit
dc09d8c1a5
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 2
      go-sh-manymanuals.go

2
go-sh-manymanuals.go

@ -115,7 +115,7 @@ func main() {
os.Exit(0)
}
p := tea.NewProgram(initialModel())
p := tea.NewProgram(initialModel(), tea.WithAltScreen())
if err := p.Start(); err != nil {
fmt.Printf("Alas, there's been an error: %v", err)
os.Exit(1)

Loading…
Cancel
Save