aboutsummaryrefslogtreecommitdiff
path: root/helix-tui/src/widgets/reflow.rs
Commit message (Collapse)AuthorAge
* fix typos (#2304)chunghha2022-04-27
|
* Fix 1.60 lintsBlaž Hrastnik2022-02-25
|
* Fix Clippy lints in tests (#1563)Omnikar2022-01-23
| | | Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* Apply suggestions from blaz for infoboxIvan Tham2021-07-04
|
* Work on moving code over to LineEnding instead of assuming '\n'.Nathan Vegdahl2021-06-20
| | | | Also some general cleanup and some minor fixes along the way.
* Inline tui as helix-tui fork.Blaž Hrastnik2021-05-09
We only rely on some of the rendering primitives and implement our Cursive-style compositor on top.