1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-17 21:18:31 +02:00

use true output mode

This commit is contained in:
Jesse Duffield 2021-02-09 22:01:47 +11:00
parent 4a9f6e3b65
commit 6ad1409c33

View File

@ -416,7 +416,7 @@ func (gui *Gui) Run() error {
recordEvents := recordingEvents()
g, err := gocui.NewGui(gocui.Output256, OverlappingEdges, recordEvents)
g, err := gocui.NewGui(gocui.OutputTrue, OverlappingEdges, recordEvents)
if err != nil {
return err
}