mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-07 22:47:27 +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.