Home
last modified time | relevance | path

Searched refs:GRID_ATTR_CHARSET (Results 1 – 9 of 9) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dattributes.c35 (attr & GRID_ATTR_CHARSET) ? "acs," : "", in attributes_tostring()
66 { "acs", GRID_ATTR_CHARSET }, in attributes_fromstring()
H A Dscreen-redraw.c68 gc->attr |= GRID_ATTR_CHARSET; in screen_redraw_border_set()
72 gc->attr &= ~GRID_ATTR_CHARSET; in screen_redraw_border_set()
79 gc->attr &= ~GRID_ATTR_CHARSET; in screen_redraw_border_set()
83 gc->attr &= ~GRID_ATTR_CHARSET; in screen_redraw_border_set()
87 gc->attr &= ~GRID_ATTR_CHARSET; in screen_redraw_border_set()
91 gc->attr |= GRID_ATTR_CHARSET; in screen_redraw_border_set()
472 gc.attr &= ~GRID_ATTR_CHARSET; in screen_redraw_make_pane_status()
798 gc.attr |= GRID_ATTR_CHARSET; in screen_redraw_draw_borders_cell()
H A Dscreen-write.c546 gc.attr ^= GRID_ATTR_CHARSET; in screen_write_vnputs()
616 gc->attr &= ~GRID_ATTR_CHARSET; in screen_write_box_border_set()
620 gc->attr &= ~GRID_ATTR_CHARSET; in screen_write_box_border_set()
624 gc->attr &= ~GRID_ATTR_CHARSET; in screen_write_box_border_set()
628 gc->attr &= ~GRID_ATTR_CHARSET; in screen_write_box_border_set()
637 gc->attr |= GRID_ATTR_CHARSET; in screen_write_box_border_set()
659 gc.attr |= GRID_ATTR_CHARSET; in screen_write_hline()
692 gc.attr |= GRID_ATTR_CHARSET; in screen_write_vline()
773 gc.attr |= GRID_ATTR_CHARSET; in screen_write_box()
807 gc.attr &= ~GRID_ATTR_CHARSET; in screen_write_box()
[all …]
H A Dgrid.c984 lastattr &= GRID_ATTR_CHARSET; in grid_string_cells_code()
1034 if ((attr & GRID_ATTR_CHARSET) && !(lastattr & GRID_ATTR_CHARSET)) { in grid_string_cells_code()
1040 if (!(attr & GRID_ATTR_CHARSET) && (lastattr & GRID_ATTR_CHARSET)) { in grid_string_cells_code()
H A Dscreen.c577 dst->attr = dst->attr & ~GRID_ATTR_CHARSET; in screen_select_cell()
578 dst->attr |= src->attr & GRID_ATTR_CHARSET; in screen_select_cell()
H A Dinput.c1147 ictx->cell.cell.attr |= GRID_ATTR_CHARSET; in input_print()
1149 ictx->cell.cell.attr &= ~GRID_ATTR_CHARSET; in input_print()
1156 ictx->cell.cell.attr &= ~GRID_ATTR_CHARSET; in input_print()
1619 ictx->cell.cell.attr |= GRID_ATTR_CHARSET; in input_csi_dispatch()
1621 ictx->cell.cell.attr &= ~GRID_ATTR_CHARSET; in input_csi_dispatch()
H A Dtty.c625 if (tty->cell.attr & GRID_ATTR_CHARSET) { in tty_putc()
1376 new.attr |= GRID_ATTR_CHARSET; in tty_check_codeset()
1514 (gcp->attr & GRID_ATTR_CHARSET) || in tty_draw_line()
1574 } else if (gcp->attr & GRID_ATTR_CHARSET) { in tty_draw_line()
2251 if ((gc->attr & GRID_ATTR_CHARSET) && tty_acs_needed(tty)) in tty_reset()
2655 if ((changed & GRID_ATTR_CHARSET) && tty_acs_needed(tty)) in tty_attributes()
H A Dtmux.h698 #define GRID_ATTR_CHARSET 0x80 /* alternative character set */ macro
H A Dwindow-copy.c4997 if (ud.size == 1 && (gc.attr & GRID_ATTR_CHARSET)) { in window_copy_copy_line()