Home
last modified time | relevance | path

Searched refs:GRID_ATTR_DIM (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/bsd/tmux/dist/
Dattributes.c37 (attr & GRID_ATTR_DIM) ? "dim," : "", in attributes_tostring()
69 { "dim", GRID_ATTR_DIM }, in attributes_fromstring()
Dimage-sixel.c585 gc.attr |= (GRID_ATTR_CHARSET|GRID_ATTR_DIM); in sixel_to_screen()
Dinput.c2181 gc->attr |= GRID_ATTR_DIM; in input_csi_dispatch_sgr()
2208 gc->attr &= ~(GRID_ATTR_BRIGHT|GRID_ATTR_DIM); in input_csi_dispatch_sgr()
Dscreen-write.c731 default_gc.attr |= GRID_ATTR_DIM; in screen_write_menu()
733 default_gc.attr &= ~GRID_ATTR_DIM; in screen_write_menu()
Dgrid.c940 { GRID_ATTR_DIM, 2 }, in grid_string_cells_code()
Dtmux.h688 #define GRID_ATTR_DIM 0x2 macro
Dtty.c2737 if (changed & GRID_ATTR_DIM) in tty_attributes()