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

Method lineedit

library/Console-windows.cpp:596–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596int Console::lineedit(const std::string & prompt, std::string & output, CommandHistory & ch)
597{
598 wlock->lock();
599 int ret = Console::SHUTDOWN;
600 if(inited)
601 ret = d->lineedit(prompt,output,wlock,ch);
602 wlock->unlock();
603 return ret;
604}
605
606void Console::msleep (unsigned int msec)
607{

Callers

nothing calls this directly

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected