From 2fc1498517523a20a3080816ec50ee9e7fbe533d Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 1 Nov 2021 09:35:54 +1100 Subject: some refactoring in anticipation of the graph feature --- test/lazyintegration/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/lazyintegration') diff --git a/test/lazyintegration/main.go b/test/lazyintegration/main.go index 2001c609c..dea8bb77e 100644 --- a/test/lazyintegration/main.go +++ b/test/lazyintegration/main.go @@ -8,6 +8,7 @@ import ( "path/filepath" "github.com/jesseduffield/gocui" + "github.com/jesseduffield/lazygit/pkg/gui" "github.com/jesseduffield/lazygit/pkg/gui/style" "github.com/jesseduffield/lazygit/pkg/integration" "github.com/jesseduffield/lazygit/pkg/secureexec" @@ -66,7 +67,7 @@ func main() { app := &App{testDir: testDir} app.loadTests() - g, err := gocui.NewGui(gocui.OutputTrue, false, gocui.NORMAL, false) + g, err := gocui.NewGui(gocui.OutputTrue, false, gocui.NORMAL, false, gui.RuneReplacements) if err != nil { log.Panicln(err) } -- cgit v1.2.3