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()
109 gce->flags = (flags | GRID_FLAG_EXTENDED); in grid_get_extended_cell()
121 if (~gce->flags & GRID_FLAG_EXTENDED) in grid_extended_cell()
155 if (gce->flags & GRID_FLAG_EXTENDED) in grid_compact_line()
170 if (gce->flags & GRID_FLAG_EXTENDED) { in grid_compact_line()
507 if (gce->flags & GRID_FLAG_EXTENDED) { in grid_get_cell1()
H A Dscreen-write.c1912 if (gce->flags & GRID_FLAG_EXTENDED) in screen_write_cell()
H A Dtmux.h667 #define GRID_FLAG_EXTENDED 0x8 macro
H A Dwindow-copy.c3320 if (~gce->flags & GRID_FLAG_EXTENDED) { in window_copy_cellstring()