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

Method add_text

library/Console-windows.cpp:550–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550void Console::add_text(color_value color, const std::string &text)
551{
552 std::lock_guard<std::recursive_mutex> lock{*wlock};
553 if (inited)
554 d->print_text(color, text);
555}
556
557int Console::get_columns(void)
558{

Callers

nothing calls this directly

Calls 1

print_textMethod · 0.45

Tested by

no test coverage detected