plan.planner.Step
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- plan.planner
- Package
- libtmux
- Source
- crates/libtmux/src/plan/planner.rs
-
One tmux invocation: the operations it carries, in order.
5 declared, 0 inherited
Members
- indices method The plan indices this invocation runs, in order.
- is_empty method Whether this invocation carries no operations, which a planner never produces.
- is_marked method Whether this invocation addresses a new pane through tmux's
{marked}register, which is what lets a create share an invocation with the operations that decorate it. - len method How many operations share this invocation.
- reason method Why this invocation is separate from the one before it.