Files
helix/helix-tui
Michael Davis 4dab0b5406 Remove Backend::get_cursor
It is unused and cannot be used on some terminal hosts like `conhost`
that do not respond to VT queries. This doesn't have any affect on
behavior - I'm removing it so that we don't rely on it in the future.
2025-07-13 12:16:39 -04:00
..
2025-07-13 12:16:39 -04:00
2021-05-09 17:52:55 +09:00
2025-07-13 12:16:39 -04: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.