1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-05 00:59:19 +02:00

stream output from certain git commands in command log panel

This commit is contained in:
Jesse Duffield
2021-10-24 10:43:48 +11:00
parent 01d82749b1
commit f704707d29
33 changed files with 873 additions and 214 deletions

View File

@ -1041,7 +1041,6 @@ func (g *Gui) draw(v *View) error {
Screen.HideCursor()
}
v.clearRunes()
if err := v.draw(); err != nil {
return err
}