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

constants.OptionScope

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

View as Markdown

Module
constants
Package
libtmux
Source
packages/libtmux/src/constants.ts
OptionScope
typealias [source]
typealias [source]
OptionScope

Which table an option is read from or written to.

The scopes are not one chain. A pane option falls back to the window's, and an unset window or pane option falls back to the global window options; a session option falls back to the global session options, and server options belong to no session, window or pane at all. So setting something at window scope reaches every pane in it that has not set its own, and setting it at session scope does not.

0 declared, 0 inherited

Esc

Type to search.