Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
575
void Console::clear()
576
{
577
std::lock_guard<std::recursive_mutex> lock{*wlock};
578
if(inited)
579
d->clear();
580
}
581
582
void Console::gotoxy(int x, int y)
583
{
Callers
2
prompt_loop
Method · 0.45
lineedit
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected