Home
last modified time | relevance | path

Searched refs:GRID_ATTR_UNDERSCORE_5 (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dattributes.c47 (attr & GRID_ATTR_UNDERSCORE_5) ? "dashed-underscore," : "", in attributes_tostring()
79 { "dashed-underscore", GRID_ATTR_UNDERSCORE_5 }, in attributes_fromstring()
Dtmux.h699 #define GRID_ATTR_UNDERSCORE_5 0x1000 macro
708 GRID_ATTR_UNDERSCORE_5)
Dgrid.c950 { GRID_ATTR_UNDERSCORE_5, 45 }, in grid_string_cells_code()
Dinput.c2108 gc->attr |= GRID_ATTR_UNDERSCORE_5; in input_csi_dispatch_sgr_colon()
Dtty.c2751 else if (changed & GRID_ATTR_UNDERSCORE_5) in tty_attributes()