(prev: Frame)
| 112 | } |
| 113 | |
| 114 | private getRenderOpsForDone(prev: Frame): Diff { |
| 115 | this.state.previousOutput = '' |
| 116 | |
| 117 | if (!prev.cursor.visible) { |
| 118 | return [{ type: 'cursorShow' }] |
| 119 | } |
| 120 | return [] |
| 121 | } |
| 122 | |
| 123 | render( |
| 124 | prev: Frame, |
no outgoing calls
no test coverage detected