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

Method gotoxy

library/Console-posix.cpp:956–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954}
955
956void Console::gotoxy(int x, int y)
957{
958 std::lock_guard<std::recursive_mutex> lock{*wlock};
959 if(inited)
960 d->gotoxy(x,y);
961}
962
963void Console::cursor(bool enable)
964{

Callers 1

kittensFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected