Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add separate color for underlines | A-Walrus | 2022-10-01 |
| | |||
* | Support different kinds of underline rendering | Gokul Soumya | 2022-10-01 |
| | | | | | | | | | Adds four new modifiers that can be used in themes: - undercurled - underdashed - underdotted - double-underline | ||
* | reverse the dependency between helix-tui and helix-view (#366) | Keith Simmons | 2021-06-25 |
| | | | | | | | | | * reverse the dependency between helix-tui and helix-view by moving a fiew types to view * fix tests * clippy and format fixes Co-authored-by: Keith Simmons <keithsim@microsoft.com> | ||
* | Add other cursor shape | Ivan Tham | 2021-06-15 |
| | |||
* | Inline tui as helix-tui fork. | Blaž Hrastnik | 2021-05-09 |
We only rely on some of the rendering primitives and implement our Cursive-style compositor on top. |