()
| 32 | return `${s1}${styleText('inverse', s2)}${s3}`; |
| 33 | } |
| 34 | get cursor() { |
| 35 | return this._cursor; |
| 36 | } |
| 37 | #insertAtCursor(char: string) { |
| 38 | if (this.userInput.length === 0) { |
| 39 | this._setUserInput(char); |
nothing calls this directly
no outgoing calls
no test coverage detected