Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tmux/dist/
Dtty-term.c508 term->flags |= TERM_NOAM; in tty_term_apply_overrides()
510 term->flags &= ~TERM_NOAM; in tty_term_apply_overrides()
511 log_debug("NOAM flag is %d", !!(term->flags & TERM_NOAM)); in tty_term_apply_overrides()
Dtty.c617 if ((tty->term->flags & TERM_NOAM) && in tty_putc()
643 if (tty->term->flags & TERM_NOAM) in tty_putc()
653 if ((tty->term->flags & TERM_NOAM) && in tty_putn()
2185 (tty->term->flags & TERM_NOAM) || in tty_cmd_cells()
2330 if ((tty->term->flags & TERM_NOAM) && in tty_cell()
2488 (tty->term->flags & TERM_NOAM) || in tty_cursor_pane_unless_wrap()
Dtmux.h1439 #define TERM_NOAM 0x2 macro