We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bbdbb2 commit d279db5Copy full SHA for d279db5
util/tmux.go
@@ -51,7 +51,7 @@ type Tmux struct {
51
52
// Must be more than config.MaxSize to give tmux a little room for the other two panes
53
const (
54
- requiredVersion = 2.6
+ requiredVersion = 2.6
55
terminalWidth = "200"
56
terminalHeight = "80"
57
checkMainPaneScript = "sh -c \"while true; do sleep 10; if ! tmux has-session -t %s.2; then exit; fi; done\""
0 commit comments