1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-19 21:28:28 +02:00

fix background colour on selected line

This commit is contained in:
Jesse Duffield 2021-03-21 16:11:24 +11:00
parent d5639e6e95
commit 4b4bfae4f4

View File

@ -45,7 +45,7 @@ func GetFileLine(hasUnstagedChanges bool, hasStagedChanges bool, name string, di
output = firstCharCl.Sprint(firstChar)
output += secondCharCl.Sprint(secondChar)
output += " "
output += restColor.Sprint(" ")
}
output += restColor.Sprint(name)