Files
helix/helix-tui
Alexander Shirokov ba506a51cb Use the default terminal size when runtime detection fails
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`.
2025-09-23 09:33:25 -04:00
..
2021-05-09 17:52:55 +09:00
2022-01-04 10:45:31 +09:00

helix-tui

This library is a fork of the great library tui-rs. We've mainly relied on the double buffer implementation and render diffing, side-stepping its widget and layouting.