diff --git a/src/tmux.cr b/src/tmux.cr index 1082511..ad43dcb 100644 --- a/src/tmux.cr +++ b/src/tmux.cr @@ -209,7 +209,7 @@ class Tmux cmd.input.print(value) cmd.input.flush - cmd.close + cmd.wait nil end