mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-12 16:46:25 -04:00
use true output mode
This commit is contained in:
parent
6246eb9717
commit
1fb2317bac
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue