MCPcopy Create free account
hub / github.com/DFHack/dfhack / reset_color

Method reset_color

library/ColorText.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void color_ostream::reset_color(void)
92{
93 color(COLOR_RESET);
94}
95
96void color_ostream_wrapper::add_text(color_value, const std::string &text)
97{

Callers 7

fatalMethod · 0.45
printJobDetailsMethod · 0.45
print_constraintFunction · 0.45
print_jobFunction · 0.45
kittensFunction · 0.45
outputHexFunction · 0.45

Calls 1

colorFunction · 0.50

Tested by

no test coverage detected