session.Session.option_names
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- session
- Declared in
- Session
- Package
- libtmux
- Source
- crates/libtmux/src/session/settings.rs
-
List the option names set at this session's scope.
Values are not included: tmux renders them for display with three different quoting styles, so re-parsing them would be guesswork. Read each value with
Self::typed_option, which decodes the exact bytes.Names are
String, notTmuxText, because tmux's own are ASCII and every option method takes one as&str; a user option (@name) lists cut at any whitespace in its name, and with U+FFFD for bytes that are not UTF-8, sinceshow-optionsprints names unframed.Errors
Returns an error when tmux refuses the listing.
0 declared, 0 inherited