On this page
tmux.Sequential
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/plan.go
-
Sequential sends every operation as its own tmux invocation. It is the simplest correct planner, and useful as a baseline: a plan produces the same results through it as through
Folding, at one invocation per operation.
1 declared, 0 inherited
Members
- Plan method Plan returns one dispatch per operation.