diff --git a/ui/app/window.go b/ui/app/window.go index 18678760..9851ea46 100644 --- a/ui/app/window.go +++ b/ui/app/window.go @@ -86,9 +86,8 @@ func NewWindow(opts *WindowOptions) *Window { } w := &Window{ - in: make(chan Event), - // Make room for buffered input events. - out: make(chan Event, 100), + in: make(chan Event), + out: make(chan Event), ack: make(chan struct{}), invalidates: make(chan struct{}, 1), frames: make(chan *ui.Ops),