On this page
tmux.Pane.SendPrefix
- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_input.go
- SendPrefix ( ctx : context.Context , key : PrefixKey ) error
-
SendPrefix sends a tmux prefix key to the receiver's exact linked pane. Unsupported PrefixKey values fail before execution. A completed command produces a
CommandErroronly when tmux writes stderr; the library-created error retains only the exit code. Nonzero exits without stderr are ignored; transport errors are delivery-ambiguous.
0 declared, 0 inherited