LibTmux.TmuxOptions
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- 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.
5 declared, 0 inherited
Members
- GetAllAsync method Reads every option in the scope.
- GetAsync method Reads one option.
- SetAsync method Sets one option.
- UnsetAsync method Unsets one option, returning it to what it inherits.
- Scope property Gets the scope these options are read and written in by default.