1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-09 09:22:48 +03:00

remove old integration test recording code

This commit is contained in:
Jesse Duffield
2023-03-24 18:42:11 +11:00
parent 4b67a45a16
commit 8121a0cc74
9 changed files with 16 additions and 253 deletions

View File

@@ -28,7 +28,7 @@ func RunTUI() {
app := newApp(testDir)
app.loadTests()
g, err := gocui.NewGui(gocui.OutputTrue, false, gocui.NORMAL, false, gui.RuneReplacements)
g, err := gocui.NewGui(gocui.OutputTrue, false, false, false, gui.RuneReplacements)
if err != nil {
log.Panicln(err)
}