Add text to history for up/down navigation
(text: string)
| 38 | |
| 39 | /** Add text to history for up/down navigation */ |
| 40 | addToHistory?(text: string): void; |
| 41 | |
| 42 | // ========================================================================= |
| 43 | // Advanced text manipulation (optional) |
no outgoing calls
no test coverage detected