HomeSort by: relevance | last modified time | path
    Searched defs:pane (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/tmux/dist/
cmd-refresh-client.c 38 .usage = "[-cDlLRSU] [-A pane:state] [-B name:what:format] "
39 "[-C XxY] [-f flags] [-r pane:report] " CMD_TARGET_CLIENT_USAGE
138 u_int pane; local
147 if (sscanf(copy, "%%%u", &pane) != 1)
149 wp = window_pane_find_by_id(pane);
201 u_int pane; local
212 if (sscanf(copy, "%%%u", &pane) != 1)
214 wp = window_pane_find_by_id(pane);
notify.c 34 int pane; member in struct:notify_entry
129 if (strcmp(ne->name, "pane-mode-changed") == 0)
130 control_notify_pane_mode_changed(ne->pane);
133 if (strcmp(ne->name, "window-pane-changed") == 0)
196 ne->pane = (wp != NULL ? (int)wp->id : -1);
243 ne.pane = (target->wp != NULL ? (int)target->wp->id : -1);
cmd-refresh-client.c 38 .usage = "[-cDlLRSU] [-A pane:state] [-B name:what:format] "
39 "[-C XxY] [-f flags] [-r pane:report] " CMD_TARGET_CLIENT_USAGE
138 u_int pane; local
147 if (sscanf(copy, "%%%u", &pane) != 1)
149 wp = window_pane_find_by_id(pane);
201 u_int pane; local
212 if (sscanf(copy, "%%%u", &pane) != 1)
214 wp = window_pane_find_by_id(pane);
notify.c 34 int pane; member in struct:notify_entry
129 if (strcmp(ne->name, "pane-mode-changed") == 0)
130 control_notify_pane_mode_changed(ne->pane);
133 if (strcmp(ne->name, "window-pane-changed") == 0)
196 ne->pane = (wp != NULL ? (int)wp->id : -1);
243 ne.pane = (target->wp != NULL ? (int)target->wp->id : -1);
cmd-display-panes.c 68 u_int pane, idx, px, py, i, j, xoff, yoff, sx, sy; local
121 if (window_pane_index(wp, &pane) != 0)
123 len = xsnprintf(buf, sizeof buf, "%u", pane);
141 if (pane > 9 && pane < 35)
142 llen = xsnprintf(lbuf, sizeof lbuf, "%c", 'a' + (pane - 10));
297 "select-pane -t \"%%%\"", wait, 0);
cmd-find.c 78 /* Find pane containing client if any. */
98 log_debug("%s: got pane %%%u (%s)", __func__, wp->id, wp->tty);
498 /* Find pane from string. Fills in s, wl, w, wp. */
500 cmd_find_get_pane(struct cmd_find_state *fs, const char *pane, int only)
502 log_debug("%s: %s", __func__, pane);
504 /* Check for pane ids starting with %. */
505 if (*pane == '%') {
506 fs->wp = window_pane_find_by_id_str(pane);
513 /* Not a pane id, so try the current session and window. */
519 /* We now only need to find the pane in this window. *
929 const char *session, *window, *pane, *s; local
    [all...]
cmd-display-panes.c 68 u_int pane, idx, px, py, i, j, xoff, yoff, sx, sy; local
121 if (window_pane_index(wp, &pane) != 0)
123 len = xsnprintf(buf, sizeof buf, "%u", pane);
141 if (pane > 9 && pane < 35)
142 llen = xsnprintf(lbuf, sizeof lbuf, "%c", 'a' + (pane - 10));
297 "select-pane -t \"%%%\"", wait, 0);
cmd-find.c 78 /* Find pane containing client if any. */
98 log_debug("%s: got pane %%%u (%s)", __func__, wp->id, wp->tty);
498 /* Find pane from string. Fills in s, wl, w, wp. */
500 cmd_find_get_pane(struct cmd_find_state *fs, const char *pane, int only)
502 log_debug("%s: %s", __func__, pane);
504 /* Check for pane ids starting with %. */
505 if (*pane == '%') {
506 fs->wp = window_pane_find_by_id_str(pane);
513 /* Not a pane id, so try the current session and window. */
519 /* We now only need to find the pane in this window. *
929 const char *session, *window, *pane, *s; local
    [all...]
control.c 31 * another queue for each pane (in struct client_offset). %output blocks are
35 * When a client becomes writeable, data from blocks on the pane queue are sent
37 * it is removed from both pane and client queues and if this means non-%output
53 /* Control client pane. */
55 u_int pane; member in struct:control_pane
58 * Offsets into the pane data. The first (offset) is the data we have
78 /* Subscription pane. */
80 u_int pane; member in struct:control_sub_pane
149 if (cp1->pane < cp2->pane)
    [all...]
control.c 31 * another queue for each pane (in struct client_offset). %output blocks are
35 * When a client becomes writeable, data from blocks on the pane queue are sent
37 * it is removed from both pane and client queues and if this means non-%output
53 /* Control client pane. */
55 u_int pane; member in struct:control_pane
58 * Offsets into the pane data. The first (offset) is the data we have
78 /* Subscription pane. */
80 u_int pane; member in struct:control_sub_pane
149 if (cp1->pane < cp2->pane)
    [all...]
window-tree.c 115 int pane; member in struct:window_tree_itemdata
172 *wp = window_pane_find_by_id(item->pane);
308 item->pane = wp->id;
358 item->pane = -1;
428 item->pane = -1;
1376 xasprintf(&prompt, "Kill pane %u? ", idx);
window-tree.c 115 int pane; member in struct:window_tree_itemdata
172 *wp = window_pane_find_by_id(item->pane);
308 item->pane = wp->id;
358 item->pane = -1;
428 item->pane = -1;
1376 xasprintf(&prompt, "Kill pane %u? ", idx);
tmux.h 199 { #s "Pane", KEYC_ ## name ## _PANE }, \
1028 /* Pane border lines option. */
1038 /* Pane border indicator option. */
1144 /* Request sent to client on behalf of pane. */
1147 /* Offsets into pane buffer. */
1152 /* Queued pane resize. */
1340 /* Pane border status option. */
1345 /* Pane scrollbars option. */
1350 /* Pane scrollbars position option. */
1354 /* Pane scrollbars width, padding and fill character. *
1891 struct window_pane *pane; member in struct:client_window
    [all...]
tmux.h 199 { #s "Pane", KEYC_ ## name ## _PANE }, \
1028 /* Pane border lines option. */
1038 /* Pane border indicator option. */
1144 /* Request sent to client on behalf of pane. */
1147 /* Offsets into pane buffer. */
1152 /* Queued pane resize. */
1340 /* Pane border status option. */
1345 /* Pane scrollbars option. */
1350 /* Pane scrollbars position option. */
1354 /* Pane scrollbars width, padding and fill character. *
1891 struct window_pane *pane; member in struct:client_window
    [all...]

Completed in 57 milliseconds