mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-05 16:03:18 +02:00
This commit adds a fallback terminal size to use when runtime detection fails. Since calling `size` from `Terminal` will never fail now, it also changes the function’s signature. If the client code wants to know whether the call succeeded or failed, it’s still possible to call `size` via `Backend`.