tmux
3.2a
About: tmux is a terminal multiplexer that lets you switch easily between several programs in one terminal.
![]() ![]() |
#include <tmux.h>
Data Fields | |
enum cmd_parse_status | status |
struct cmd_list * | cmdlist |
char * | error |
struct cmd_list* cmd_parse_result::cmdlist |
Definition at line 1490 of file tmux.h.
Referenced by client_main(), cmd_if_shell_callback(), cmd_parse_build_commands(), cmd_parse_from_buffer(), key_bindings_init(), load_cfg(), load_cfg_from_buffer(), options_array_set(), server_client_dispatch_command(), and window_customize_set_command_callback().
char* cmd_parse_result::error |
Definition at line 1491 of file tmux.h.
Referenced by client_main(), cmd_if_shell_callback(), cmd_parse_build_commands(), cmd_parse_from_buffer(), cmd_parse_from_file(), load_cfg(), load_cfg_from_buffer(), options_array_set(), server_client_dispatch_command(), and window_customize_set_command_callback().
enum cmd_parse_status cmd_parse_result::status |
Definition at line 1471 of file tmux.h.
Referenced by client_main(), cmd_if_shell_callback(), cmd_parse_build_commands(), cmd_parse_from_buffer(), cmd_parse_from_file(), key_bindings_init(), load_cfg(), load_cfg_from_buffer(), options_array_set(), server_client_dispatch_command(), and window_customize_set_command_callback().