Home
last modified time | relevance | path

Searched refs:GRID_FLAG_EXTENDED (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/tmux/
H A Dgrid.c83 if (gce->flags & GRID_FLAG_EXTENDED) in grid_need_extended_cell()
111 gce->flags = (flags | GRID_FLAG_EXTENDED); in grid_get_extended_cell()
123 if (~gce->flags & GRID_FLAG_EXTENDED) in grid_extended_cell()
160 if (gce->flags & GRID_FLAG_EXTENDED) in grid_compact_line()
175 if (gce->flags & GRID_FLAG_EXTENDED) { in grid_compact_line()
526 if (gce->flags & GRID_FLAG_EXTENDED) { in grid_get_cell1()
H A Dscreen-write.c1932 if (gce->flags & GRID_FLAG_EXTENDED) in screen_write_cell()
H A Dtmux.h718 #define GRID_FLAG_EXTENDED 0x8 macro
H A Dwindow-copy.c3428 if (~gce->flags & GRID_FLAG_EXTENDED) { in window_copy_cellstring()