diff --git a/src/terminal.go b/src/terminal.go index 04e1d3a9..c2eda995 100644 --- a/src/terminal.go +++ b/src/terminal.go @@ -776,7 +776,7 @@ func NewTerminal(opts *Options, eventBox *util.EventBox) *Terminal { theme: opts.Theme, startChan: make(chan fitpad, 1), killChan: make(chan int), - serverInputChan: make(chan []*action, 10), + serverInputChan: make(chan []*action, 100), serverOutputChan: make(chan string), eventChan: make(chan tui.Event, 6), // (load + result + zero|one) | (focus) | (resize) | (GetChar) tui: renderer,