tmux
3.2a
About: tmux is a terminal multiplexer that lets you switch easily between several programs in one terminal.
![]() ![]() |
Data Fields | |
int | flags |
char * | inputs |
char * | next_input |
char * | prompts |
char * | next_prompt |
char * | template |
int | idx |
Definition at line 51 of file cmd-command-prompt.c.
int cmd_command_prompt_cdata::flags |
Definition at line 52 of file cmd-command-prompt.c.
Referenced by cmd_command_prompt_callback().
int cmd_command_prompt_cdata::idx |
Definition at line 61 of file cmd-command-prompt.c.
Referenced by cmd_command_prompt_callback().
char* cmd_command_prompt_cdata::inputs |
Definition at line 54 of file cmd-command-prompt.c.
Referenced by cmd_command_prompt_free().
char* cmd_command_prompt_cdata::next_input |
Definition at line 55 of file cmd-command-prompt.c.
Referenced by cmd_command_prompt_callback().
char* cmd_command_prompt_cdata::next_prompt |
Definition at line 58 of file cmd-command-prompt.c.
Referenced by cmd_command_prompt_callback().
char* cmd_command_prompt_cdata::prompts |
Definition at line 57 of file cmd-command-prompt.c.
Referenced by cmd_command_prompt_free().
char* cmd_command_prompt_cdata::template |
Definition at line 60 of file cmd-command-prompt.c.
Referenced by cmd_command_prompt_callback(), and cmd_command_prompt_free().