Files
Michael Davis dbb472d4c4 tui: Patch cell content style instead of overwriting
This is a follow-up to #13776 to patch cell contents rather than
overwrite the contents. `ui.text.focus` might only set a modifier like
bold or italic. This should not become the only style in the cell: it
should be layered on top so that the cell has the directory and text
colors from the contents.
2025-09-16 10:51:35 -04:00
..
2021-05-09 17:52:55 +09:00
2025-08-31 12:25:01 -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.