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

Method clear

library/Console-windows.cpp:575–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573}
574
575void Console::clear()
576{
577 std::lock_guard<std::recursive_mutex> lock{*wlock};
578 if(inited)
579 d->clear();
580}
581
582void Console::gotoxy(int x, int y)
583{

Callers 2

prompt_loopMethod · 0.45
lineeditMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected