From 4b4bfae4f491a1701932cf338711bcee41b989a8 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sun, 21 Mar 2021 16:11:24 +1100 Subject: [PATCH] fix background colour on selected line --- pkg/gui/presentation/files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/presentation/files.go b/pkg/gui/presentation/files.go index 5cf312c55..96fdbaa1f 100644 --- a/pkg/gui/presentation/files.go +++ b/pkg/gui/presentation/files.go @@ -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)