tmux
3.2a
About: tmux is a terminal multiplexer that lets you switch easily between several programs in one terminal.
![]() ![]() |
Data Fields | |
struct options * | owner |
const char * | name |
const struct options_table_entry * | tableentry |
union options_value | value |
int | cached |
struct style | style |
int options_entry::cached |
Definition at line 57 of file options.c.
Referenced by options_set_string(), and options_string_to_style().
const char* options_entry::name |
Definition at line 53 of file options.c.
Referenced by options_add(), options_cmp(), options_get_only(), options_name(), and options_remove().
struct options* options_entry::owner |
Definition at line 51 of file options.c.
Referenced by options_add(), options_owner(), options_remove(), and options_remove_or_default().
struct style options_entry::style |
Definition at line 57 of file options.c.
Referenced by options_string_to_style().
const struct options_table_entry* options_entry::tableentry |
Definition at line 54 of file options.c.
Referenced by options_array_assign(), options_empty(), options_parent_table_entry(), options_remove_or_default(), options_set_string(), options_table_entry(), and options_value_to_string().
union options_value options_entry::value |
Definition at line 54 of file options.c.
Referenced by options_array_clear(), options_array_first(), options_array_free(), options_array_item(), options_array_new(), options_default(), options_empty(), options_get_number(), options_get_string(), options_remove(), options_set_number(), options_set_string(), options_string_to_style(), and options_to_string().