lazygit/pkg/gui/style
Stefan Haller 3f7674a2e9 Add function to render a hyperlink
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.
2024-08-24 10:36:01 +02:00
..
basic_styles.go fix: fix default color to be white 2023-02-03 23:36:59 +09:00
color.go
decoration.go Support strikethrough text style 2023-05-21 10:46:13 +10:00
hyperlink.go Add function to render a hyperlink 2024-08-24 10:36:01 +02:00
style_test.go Remove redundant variable dedeclarations 2024-05-19 16:38:21 +10:00
text_style.go Stop hiding underscores for VSCode 2023-06-01 20:12:20 +10:00