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