mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-06 07:38:21 +00:00
Add total_rows and scrollback_rows as new TerminalData variants queryable through the existing ghostty_terminal_get interface, using the cached O(1) total_rows field from PageList rather than introducing standalone functions.