Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dattributes.c46 (attr & GRID_ATTR_UNDERSCORE_4) ? "dotted-underscore," : "", in attributes_tostring()
78 { "dotted-underscore", GRID_ATTR_UNDERSCORE_4 }, in attributes_fromstring()
Dtmux.h702 #define GRID_ATTR_UNDERSCORE_4 0x800 macro
711 GRID_ATTR_UNDERSCORE_4| \
Dgrid.c972 { GRID_ATTR_UNDERSCORE_4, 44 }, in grid_string_cells_code()
Dinput.c2113 gc->attr |= GRID_ATTR_UNDERSCORE_4; in input_csi_dispatch_sgr_colon()
Dtty.c2636 else if (changed & GRID_ATTR_UNDERSCORE_4) in tty_attributes()