1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-20 01:05:10 +01:00
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
..
src Use the default terminal size when runtime detection fails 2025-09-23 09:33:25 -04:00
tests fix: Make Table Cells set the style of their text (#13776) 2025-09-15 09:01:21 -05:00
.gitignore Inline tui as helix-tui fork. 2021-05-09 17:52:55 +09:00
Cargo.toml tui: Use Crossterm on Windows (#14454) 2025-09-21 09:35:08 -05:00
README.md Fix grammatical error (#1427) 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.