libghostty-vt docs mismatch: GhosttyTerminalOptions.max_scrollback says “lines” but implementation is byte-based
#12587
Issue DescriptionIm having fun using ghostty_vt. But noticed the scrollback is less than expected. And noticed the docs says lines, but it seems to be in bytes when i trace trough to the usage. c docs: ghostty/include/ghostty/vt/terminal.h Lines 170 to 171 in ac48a9b zig docs: ghostty/src/terminal/Screen.zig Lines 252 to 254 in ac48a9b I just started using the value as bytes, but might be useful for future users! Thanks for the great portable clib (and rust version) Expected BehaviorDocs say bytes as thats whats actually used Actual BehaviorDocs say lines but the unit is actually bytes Reproduction Stepsn/a Ghostty LogsNo response Ghostty VersionOS Version Informationmacos 26.4.1 (Linux only) Display ServerNone (Linux only) Desktop Environment/Window ManagerNo response Minimal Ghostty Configurationn/aAdditional Relevant ConfigurationNo response I acknowledge that:
|
Answered by
mitchellh
Aug 5, 2026
Replies: 1 comment
|
Fixed |
0 replies
Answer selected by
mitchellh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed