diff --git a/pkg/app/app.go b/pkg/app/app.go index 3be17f4b..fe4931c8 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -75,7 +75,7 @@ func waitForTerminalSpace() error { if width > 0 && height > 0 { return nil } - winch := make(chan os.Signal) + winch := make(chan os.Signal, 1) signal.Notify(winch, syscall.SIGWINCH) select { case <-winch: