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

Method cursor

library/Console-posix.cpp:963–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963void Console::cursor(bool enable)
964{
965 std::lock_guard<std::recursive_mutex> lock{*wlock};
966 if(inited)
967 d->cursor(enable);
968}
969
970int Console::lineedit(const std::string & prompt, std::string & output, CommandHistory & ch)
971{

Callers 1

kittensFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected