mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
use true output mode
This commit is contained in:
@ -416,7 +416,7 @@ func (gui *Gui) Run() error {
|
|||||||
|
|
||||||
recordEvents := recordingEvents()
|
recordEvents := recordingEvents()
|
||||||
|
|
||||||
g, err := gocui.NewGui(gocui.Output256, OverlappingEdges, recordEvents)
|
g, err := gocui.NewGui(gocui.OutputTrue, OverlappingEdges, recordEvents)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user