()
| 937 | } |
| 938 | |
| 939 | clearLine() { |
| 940 | this[kMoveCursor](+Infinity); |
| 941 | this[kWriteToOutput]('\r\n'); |
| 942 | this[kSetLine](''); |
| 943 | this.cursor = 0; |
| 944 | this.prevRows = 0; |
| 945 | } |
| 946 | |
| 947 | [kLine]() { |
| 948 | this[kSavePreviousState](); |
no outgoing calls
no test coverage detected