On this page
LibTmux.TmuxOptions
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptions.cs
-
The options of one server, session, window, or pane.
tmux keeps four option tables and picks between them with a flag, so the scope is fixed when the accessor is reached rather than passed to every call. A request may still name another scope, which is what makes a window-scoped read from a session possible without a second accessor.
12 declared, 0 inherited
Members
- BuildGetAllArguments method Builds the arguments a whole-scope read sends.
- BuildGetArguments method Builds the arguments a named read sends.
- BuildSetArguments method Builds the arguments a set request sends.
- BuildUnsetArguments method Builds the arguments an unset request sends.
- DoubleEscapesDollar method Reports whether a tmux escapes a dollar sign twice in an option value.
- GetAllAsync method Reads every option in the scope.
- GetAsync method Reads one option.
- SetAsync method Sets one option.
- TmuxOptions method
- UnsetAsync method Unsets one option, returning it to what it inherits.
- Generation property Gets the server generation this table was reached through.
- Scope property Gets the scope these options are read and written in by default.