Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
949
void Console::clear()
950
{
951
std::lock_guard<std::recursive_mutex> lock{*wlock};
952
if(inited)
953
d->clear();
954
}
955
956
void Console::gotoxy(int x, int y)
957
{
Callers
2
lineedit
Method · 0.45
prompt_loop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected