On this page
tmux.PipePaneRequest
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_process.go
-
PipePaneRequest configures a pane pipe. Its flags may be combined. Command is copied before I/O and must not be mutated concurrently.
4 declared, 0 inherited
Members
- Command attribute Command is a shell command for tmux's pipe process. Nil closes the current pipe; nonnil empty is an explicit operand that tmux also treats as stop.
- InputOnly attribute InputOnly connects the pipe command's standard output to pane input.
- OutputOnly attribute OutputOnly connects pane output to the pipe command's standard input. When neither direction is set, tmux uses this direction by default.
- Toggle attribute Toggle closes an existing pipe or opens Command when no pipe exists.