| 235 | } |
| 236 | |
| 237 | void ScriptScreen::showPickMany(const std::string& prompt, const std::vector<std::string>& items, const std::vector<bool>& preselected) |
| 238 | { |
| 239 | currentOverlay = std::make_shared<ScriptPickManyOverlay>(*this, prompt, items, preselected); |
| 240 | } |
| 241 | |
| 242 | std::string ScriptScreen::keyboard(const std::string& prompt, size_t maxChars) |
| 243 | { |
no outgoing calls
no test coverage detected