tmux
3.2a
About: tmux is a terminal multiplexer that lets you switch easily between several programs in one terminal.
![]() ![]() |
Go to the source code of this file.
Functions | |
static enum cmd_retval | cmd_list_panes_exec (struct cmd *, struct cmdq_item *) |
static void | cmd_list_panes_server (struct cmd *, struct cmdq_item *) |
static void | cmd_list_panes_session (struct cmd *, struct session *, struct cmdq_item *, int) |
static void | cmd_list_panes_window (struct cmd *, struct session *, struct winlink *, struct cmdq_item *, int) |
Variables | |
const struct cmd_entry | cmd_list_panes_entry |
|
static |
Definition at line 34 of file cmd-list-panes.c.
Definition at line 69 of file cmd-list-panes.c.
References cmd_list_panes_session(), and sessions.
|
static |
Definition at line 78 of file cmd-list-panes.c.
References cmd_list_panes_window(), and session::windows.
Referenced by cmd_list_panes_server().
|
static |
Definition at line 88 of file cmd-list-panes.c.
References args_get(), cmd_get_args(), cmdq_get_client(), cmdq_print(), format_add(), format_create(), format_defaults(), format_expand(), format_free(), FORMAT_NONE, format_true(), format_tree::item, window::panes, format_tree::s, format_tree::type, winlink::window, format_tree::wl, and format_tree::wp.
Referenced by cmd_list_panes_session().
const struct cmd_entry cmd_list_panes_entry |
Definition at line 34 of file cmd-list-panes.c.