MCPcopy Create free account
hub / github.com/crawl/crawl / textbackground

Function textbackground

crawl-ref/source/libunix.cc:1630–1641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1628}
1629
1630void textbackground(int col)
1631{
1632 if (!_headless_mode)
1633 {
1634 const auto style = curs_attr_bg(col);
1635 attr_set(style.attr, style.color_pair, nullptr);
1636 }
1637
1638#ifdef USE_TILE_WEB
1639 tiles.textbackground(col);
1640#endif
1641}
1642
1643void gotoxy_sys(int x, int y)
1644{

Callers 2

clear_to_end_of_lineFunction · 0.70
clrscr_sysFunction · 0.70

Calls 2

curs_attr_bgFunction · 0.85
textbackgroundMethod · 0.45

Tested by

no test coverage detected