* See if we can auto-complete the current text of the user. */
| 338 | * See if we can auto-complete the current text of the user. |
| 339 | */ |
| 340 | void ChatTabCompletion() |
| 341 | { |
| 342 | if (this->chat_tab_completion.AutoComplete()) { |
| 343 | this->SetDirty(); |
| 344 | } |
| 345 | } |
| 346 | |
| 347 | Point OnInitialPosition([[maybe_unused]] int16_t sm_width, [[maybe_unused]] int16_t sm_height, [[maybe_unused]] int window_number) override |
| 348 | { |
nothing calls this directly
no test coverage detected