works now
This commit is contained in:
@@ -30,8 +30,7 @@ func (t *Tui) Run(ctx context.Context, config Config) error {
|
||||
|
||||
defer cleanup()
|
||||
|
||||
p := tea.NewProgram(views.NewRootView(app, t.feedbackChan, t.quitChan, t.submitChan),
|
||||
tea.WithAltScreen(), tea.WithMouseAllMotion())
|
||||
p := tea.NewProgram(views.NewRootView(app, t.feedbackChan, t.quitChan, t.submitChan))
|
||||
|
||||
if t.quitChan != nil {
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user