1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

better weight distribution in window arrangement

This commit is contained in:
Jesse Duffield
2022-04-17 09:27:17 +10:00
parent 2fa6d8037c
commit 3477cbc81f
7 changed files with 339 additions and 109 deletions

View File

@ -858,6 +858,7 @@ func (t *tScreen) Show() {
}
func (t *tScreen) clearScreen() {
t.TPuts(t.ti.AttrOff)
fg, bg, _ := t.style.Decompose()
t.sendFgBg(fg, bg)
t.TPuts(t.ti.Clear)