Commit b72d9af
fix: wire up content pane registry for PTY dirty notifications
The content pane registry callback (set_register_content_pane_fn) was
never connected at startup, so the PTY event loop could never find
terminal content panes to notify. Terminals only updated via GPUI's
entity-tracking mechanism, which doesn't work reliably through cached
views — causing 200-1300ms frame stalls on macOS.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8fe09a0 commit b72d9af
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
634 | 639 | | |
635 | 640 | | |
636 | 641 | | |
| |||
0 commit comments