mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
It might seem cleaner to integrate this into the text style system, so that you
could say `ts := ts.Url("some link")` and then `ts.Sprint("my text")`. However,
this would require adding a new field to TextStyle, which I didn't want to do.
|
||
|---|---|---|
| .. | ||
| basic_styles.go | ||
| color.go | ||
| decoration.go | ||
| hyperlink.go | ||
| style_test.go | ||
| text_style.go | ||