Home
last modified time | relevance | path

Searched refs:PANE_INPUTOFF (Results 1 – 20 of 20) sorted by relevance

/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-select-pane.c73 w->last->flags &= ~PANE_INPUTOFF; in cmd_select_pane_exec()
75 w->last->flags |= PANE_INPUTOFF; in cmd_select_pane_exec()
142 wp->flags &= ~PANE_INPUTOFF; in cmd_select_pane_exec()
146 wp->flags |= PANE_INPUTOFF; in cmd_select_pane_exec()
H A Dcmd-paste-buffer.c73 if (pb != NULL && ~wp->flags & PANE_INPUTOFF) { in cmd_paste_buffer_exec()
H A Dwindow.c1165 if (wp->fd == -1 || wp->flags & PANE_INPUTOFF) in window_pane_key()
1176 if (wp2->fd == -1 || wp2->flags & PANE_INPUTOFF) in window_pane_key()
H A Dformat.c1174 format_add(ft, "pane_input_off", "%d", !!(wp->flags & PANE_INPUTOFF)); in format_defaults_pane()
H A Dtmux.h884 #define PANE_INPUTOFF 0x20 macro
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-select-pane.c73 w->last->flags &= ~PANE_INPUTOFF; in cmd_select_pane_exec()
75 w->last->flags |= PANE_INPUTOFF; in cmd_select_pane_exec()
142 wp->flags &= ~PANE_INPUTOFF; in cmd_select_pane_exec()
146 wp->flags |= PANE_INPUTOFF; in cmd_select_pane_exec()
H A Dcmd-paste-buffer.c76 if (pb != NULL && ~wp->flags & PANE_INPUTOFF) { in cmd_paste_buffer_exec()
H A Dwindow.c1177 if (wp->fd == -1 || wp->flags & PANE_INPUTOFF) in window_pane_key()
1188 if (wp2->fd == -1 || wp2->flags & PANE_INPUTOFF) in window_pane_key()
H A Dformat.c1188 format_add(ft, "pane_input_off", "%d", !!(wp->flags & PANE_INPUTOFF)); in format_defaults_pane()
H A Dtmux.h891 #define PANE_INPUTOFF 0x20 macro
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-select-pane.c73 w->last->flags &= ~PANE_INPUTOFF; in cmd_select_pane_exec()
75 w->last->flags |= PANE_INPUTOFF; in cmd_select_pane_exec()
142 wp->flags &= ~PANE_INPUTOFF; in cmd_select_pane_exec()
146 wp->flags |= PANE_INPUTOFF; in cmd_select_pane_exec()
H A Dcmd-paste-buffer.c73 if (pb != NULL && ~wp->flags & PANE_INPUTOFF) { in cmd_paste_buffer_exec()
H A Dwindow.c1174 if (wp->fd == -1 || wp->flags & PANE_INPUTOFF) in window_pane_key()
1185 if (wp2->fd == -1 || wp2->flags & PANE_INPUTOFF) in window_pane_key()
H A Dformat.c1183 format_add(ft, "pane_input_off", "%d", !!(wp->flags & PANE_INPUTOFF)); in format_defaults_pane()
H A Dtmux.h880 #define PANE_INPUTOFF 0x20 macro
/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd-select-pane.c112 lastwp->flags &= ~PANE_INPUTOFF; in cmd_select_pane_exec()
116 lastwp->flags |= PANE_INPUTOFF; in cmd_select_pane_exec()
194 wp->flags &= ~PANE_INPUTOFF; in cmd_select_pane_exec()
200 wp->flags |= PANE_INPUTOFF; in cmd_select_pane_exec()
H A Dcmd-paste-buffer.c71 if (pb != NULL && ~wp->flags & PANE_INPUTOFF) { in cmd_paste_buffer_exec()
H A Dwindow.c1150 (~loop->flags & PANE_INPUTOFF) && in window_pane_copy_key()
1175 if (wp->fd == -1 || wp->flags & PANE_INPUTOFF) in window_pane_key()
H A Dtmux.h984 #define PANE_INPUTOFF 0x40 macro
H A Dformat.c1762 if (ft->wp->flags & PANE_INPUTOFF) in format_cb_pane_input_off()