| 1783 | |
| 1784 | |
| 1785 | class VirtualScreen { |
| 1786 | // Public for direct mutation by writeCellWithStyleStr (avoids txn overhead). |
| 1787 | // File-private class — not exposed outside log-update.ts. |
| 1788 | cursor: Point |
nothing calls this directly
no outgoing calls
no test coverage detected