tmux
3.2a
About: tmux is a terminal multiplexer that lets you switch easily between several programs in one terminal.
![]() ![]() |
Data Fields | |
struct cmdq_item * | item |
int | flags |
struct cmdq_item * | after |
enum cmd_retval | retval |
u_int | current |
char ** | files |
u_int | nfiles |
Definition at line 45 of file cmd-source-file.c.
struct cmdq_item* cmd_source_file_data::after |
Definition at line 49 of file cmd-source-file.c.
Referenced by cmd_source_file_complete(), and cmd_source_file_done().
u_int cmd_source_file_data::current |
Definition at line 52 of file cmd-source-file.c.
Referenced by cmd_source_file_done().
char** cmd_source_file_data::files |
Definition at line 53 of file cmd-source-file.c.
Referenced by cmd_source_file_add(), cmd_source_file_complete(), and cmd_source_file_done().
int cmd_source_file_data::flags |
Definition at line 47 of file cmd-source-file.c.
Referenced by cmd_source_file_done().
struct cmdq_item* cmd_source_file_data::item |
Definition at line 46 of file cmd-source-file.c.
Referenced by cmd_source_file_done().
u_int cmd_source_file_data::nfiles |
Definition at line 54 of file cmd-source-file.c.
Referenced by cmd_source_file_add().
enum cmd_retval cmd_source_file_data::retval |
Definition at line 49 of file cmd-source-file.c.
Referenced by cmd_source_file_complete(), and cmd_source_file_done().