Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ color
Method
color
library/ColorText.cpp:82–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void color_ostream::color(color_value c)
83
{
84
if (c == cur_color)
85
return;
86
87
flush_buffer(false);
88
cur_color = c;
89
}
90
91
void color_ostream::reset_color(void)
92
{
Callers
15
decode
Method · 0.45
plug
Method · 0.45
lua_dfhack_color
Function · 0.45
print_constraint
Function · 0.45
print_job
Function · 0.45
applyCategoryFilters
Function · 0.45
printCategoryListHeader
Function · 0.45
printCategoryListEntry
Function · 0.45
printFilterListEntry
Function · 0.45
listFilters
Function · 0.45
applyFilterIds
Function · 0.45
listHeaderSetting
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected