(&mut self)
| 6 | } |
| 7 | |
| 8 | fn refresh_command_menu(&mut self) { |
| 9 | self.command_menu.update(&self.text_input.input, self.text_input.cursor); |
| 10 | } |
| 11 | |
| 12 | /// Send user input, returns the input text if non-empty |
| 13 | pub fn send_input(&mut self) -> Option<String> { |
no test coverage detected