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

minor refactor

This commit is contained in:
Jesse Duffield
2021-04-05 09:01:08 +10:00
parent 6a0066253f
commit 464d022a86
4 changed files with 51 additions and 54 deletions

View File

@ -72,7 +72,7 @@ func main() {
Loop:
for {
g, err := gocui.NewGui(gocui.OutputNormal, false, false)
g, err := gocui.NewGui(gocui.OutputTrue, false, gocui.NORMAL)
if err != nil {
log.Panicln(err)
}