tmux
3.2a
About: tmux is a terminal multiplexer that lets you switch easily between several programs in one terminal.
![]() ![]() |
Data Fields | |
char * | data |
size_t | size |
char * | name |
time_t | created |
int | automatic |
u_int | order |
int paste_buffer::automatic |
Definition at line 38 of file paste.c.
Referenced by paste_add(), paste_free(), paste_rename(), and paste_set().
time_t paste_buffer::created |
Definition at line 37 of file paste.c.
Referenced by paste_add(), paste_buffer_created(), and paste_set().
char* paste_buffer::data |
Definition at line 33 of file paste.c.
Referenced by paste_add(), paste_buffer_data(), paste_free(), paste_make_sample(), paste_replace(), paste_set(), window_buffer_do_delete(), and window_buffer_get_key().
char* paste_buffer::name |
Definition at line 36 of file paste.c.
Referenced by paste_add(), paste_buffer_name(), paste_free(), paste_get_name(), paste_get_top(), paste_rename(), and paste_set().
u_int paste_buffer::order |
Definition at line 39 of file paste.c.
Referenced by paste_add(), paste_buffer_order(), paste_cmp_times(), and paste_set().
size_t paste_buffer::size |
Definition at line 34 of file paste.c.
Referenced by paste_add(), paste_buffer_data(), paste_make_sample(), paste_replace(), paste_set(), and status_prompt_paste().