tmux.Pane.SendPrefix
Go
- Python
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust
- Go
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Declared in
- Pane
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_input.go
- Other languages
- Python Ruby Lua TypeScriptRust Java .NET C++ Swift
- 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.In other ports Send the configured prefix key to a pane
- Python
libtmux.Pane.send_prefix - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
pane.Pane.sendPrefix - Rust
pane.Pane.send_prefix - Java no equivalent on
Pane - .NET
LibTmux.Pane.SendPrefixAsync - C++ no equivalent on
Pane - Swift no equivalent on
Pane
- Python
0 declared, 0 inherited