Home
last modified time | relevance | path

Searched refs:TTY_STARTED (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/tmux/
Dtty.c357 tty->flags |= TTY_STARTED; in tty_start_tty()
371 if (~tty->flags & TTY_STARTED) in tty_send_requests()
393 if (~tty->flags & TTY_STARTED) in tty_repeat_requests()
412 if (!(tty->flags & TTY_STARTED)) in tty_stop_tty()
414 tty->flags &= ~TTY_STARTED; in tty_stop_tty()
603 if (tty->flags & TTY_STARTED) in tty_add()
2167 if (~tty->flags & TTY_STARTED) in tty_set_selection()
2269 if (tty->flags & TTY_STARTED) { in tty_invalidate()
3068 if ((~tty->flags & TTY_STARTED) || (tty->flags & TTY_OSC52QUERY)) in tty_clipboard_query()
Dformat.c1200 if (ft->c == NULL || (~ft->c->tty.flags & TTY_STARTED)) in format_cb_mouse_status_line()
1223 if (ft->c == NULL || (~ft->c->tty.flags & TTY_STARTED)) in format_cb_mouse_status_range()
1322 if (ft->c != NULL && (ft->c->tty.flags & TTY_STARTED)) in format_cb_client_cell_height()
1331 if (ft->c != NULL && (ft->c->tty.flags & TTY_STARTED)) in format_cb_client_cell_width()
1370 if (ft->c != NULL && (ft->c->tty.flags & TTY_STARTED)) in format_cb_client_height()
1750 if (ft->c != NULL && (ft->c->tty.flags & TTY_STARTED)) { in format_cb_mouse_x()
1771 if (ft->c != NULL && (ft->c->tty.flags & TTY_STARTED)) { in format_cb_mouse_y()
Dtmux.h1519 #define TTY_STARTED 0x10 macro