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

options.OptionSchema.accepts

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

View as Markdown

Module
options
Declared in
OptionSchema
Package
libtmux
Source
crates/libtmux/src/options.rs
accepts ( self , scope : OptionScope ) → bool
method [source]
method [source]
accepts

Report whether tmux will place a write of this option at scope .

tmux resolves an option by name rather than by the flags it was sent with, so a write it does not accept here is not refused: it lands at whichever table the name belongs to, and reports success for doing it.

0 declared, 0 inherited

Esc

Type to search.