| 101 | } |
| 102 | |
| 103 | void ApplySuggestion(std::string_view prefix, std::string_view suggestion) override |
| 104 | { |
| 105 | this->textbuf->Assign(fmt::format("{}{} ", prefix, suggestion)); |
| 106 | } |
| 107 | }; |
| 108 | |
| 109 | /* ** main console cmd buffer ** */ |
no test coverage detected