Searched refs:TERM_NOAM (Results 1 – 3 of 3) sorted by relevance
508 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()
617 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()
1439 #define TERM_NOAM 0x2 macro