helix/helix-term
Caleb Larsen 26efba0dc3 fix: Make `Table` `Cell`s set the style of their text
`helix_tui::widgets::Cell` contains styled `Text`. In the case of a
styled `Cell` with styled `Text`, the styled `Text` would override the
style of the `Cell`. This led to errors where it seemed
`ui.text.directory` had more priority than `ui.menu.selected` and
`ui.text.focus`. This change also adds some tests from doc comments of
`Text` and makes them actually tested.

Closes: #13768
2025-06-23 20:43:59 -05:00
..
src fix: Make `Table` `Cell`s set the style of their text 2025-06-23 20:43:59 -05:00
tests Fix prompt truncation for non-ASCII lines 2025-06-19 10:44:06 -04:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml build(deps): bump libc in the rust-dependencies group (#13827) 2025-06-23 21:41:00 -04:00
build.rs chore: clean up clippy lints (#11377) 2024-08-01 06:39:46 +09:00