lazygit/pkg/gui/style
Jesse Duffield fdff2dec79 Remove redundant variable dedeclarations
In go 1.22, loop variables are redeclared with each iteration of the
loop, rather than simple updated on each iteration. This means that we
no longer need to manually redeclare variables when they're closed over
by a function.
2024-05-19 16:38:21 +10: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
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