tmux
3.2a
About: tmux is a terminal multiplexer that lets you switch easily between several programs in one terminal.
![]() ![]() |
Public Types | |
enum | { INPUT_MISSING , INPUT_NUMBER , INPUT_STRING } |
Data Fields | |
enum input_param:: { ... } | type |
union { | |
int num | |
char * str | |
}; | |
anonymous enum |
input_param::@5 { ... } union |
int input_param::num |
Definition at line 70 of file input.c.
Referenced by input_get(), and input_split().
char* input_param::str |
Definition at line 71 of file input.c.
Referenced by input_csi_dispatch_sgr_colon(), input_free(), and input_split().
input_param::type { ... } enum |
Referenced by input_csi_dispatch_sgr(), input_free(), input_get(), and input_split().