mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-13 01:30:53 +02:00
fix background colour on selected line
This commit is contained in:
@ -45,7 +45,7 @@ func GetFileLine(hasUnstagedChanges bool, hasStagedChanges bool, name string, di
|
|||||||
|
|
||||||
output = firstCharCl.Sprint(firstChar)
|
output = firstCharCl.Sprint(firstChar)
|
||||||
output += secondCharCl.Sprint(secondChar)
|
output += secondCharCl.Sprint(secondChar)
|
||||||
output += " "
|
output += restColor.Sprint(" ")
|
||||||
}
|
}
|
||||||
|
|
||||||
output += restColor.Sprint(name)
|
output += restColor.Sprint(name)
|
||||||
|
Reference in New Issue
Block a user