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

Method clear

library/Console-posix.cpp:949–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947}
948
949void Console::clear()
950{
951 std::lock_guard<std::recursive_mutex> lock{*wlock};
952 if(inited)
953 d->clear();
954}
955
956void Console::gotoxy(int x, int y)
957{

Callers 2

lineeditMethod · 0.45
prompt_loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected