| 750 | } |
| 751 | |
| 752 | class VirtualScreen { |
| 753 | // Public for direct mutation by writeCellWithStyleStr (avoids txn overhead). |
| 754 | // File-private class — not exposed outside log-update.ts. |
| 755 | cursor: Point |
nothing calls this directly
no outgoing calls
no test coverage detected