libtmux::Chain
C++
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++
- Swift Unavailable
- Module
- libtmux
- Package
- libtmux-cxx
- Source
- include/libtmux/chain.hpp
-
Several commands built up and sent as one tmux invocation.
tmux runs a chain until a command fails and discards the rest, so the chain is the unit of atomicity a caller gets — and the reply count alone cannot say which command failed.
Discussed in Control mode vs one-shot
9 declared, 0 inherited
Members
- batch method
- command method Escape hatch for a command the typed steps do not cover.
- error method
- new_session method
- new_window method
- send_key method
- send_text method Literal text, never interpreted as key names or formats.
- split_window method
- valid method