Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

plan.planner.Step

Rust
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
plan.planner
Package
libtmux
Source
crates/libtmux/src/plan/planner.rs
struct plan.planner.Step
structoverload [source]
structoverload [source]
struct plan.planner.Step

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.
Esc

Type to search.