Home
last modified time | relevance | path

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

/dports/sysutils/tmux/tmux-3.2a/
H A Dattributes.c45 (attr & GRID_ATTR_UNDERSCORE_3) ? "curly-underscore," : "", in attributes_tostring()
77 { "curly-underscore", GRID_ATTR_UNDERSCORE_3 }, in attributes_fromstring()
H A Dtmux.h660 #define GRID_ATTR_UNDERSCORE_3 0x400 macro
669 GRID_ATTR_UNDERSCORE_3| \
H A Dgrid.c855 { GRID_ATTR_UNDERSCORE_3, 43 }, in grid_string_cells_code()
H A Dinput.c2017 gc->attr |= GRID_ATTR_UNDERSCORE_3; in input_csi_dispatch_sgr_colon()
H A Dtty.c2320 else if (changed & GRID_ATTR_UNDERSCORE_3) in tty_attributes()