mirror of
https://github.com/patriceckhart/zot.git
synced 2026-06-27 05:46:34 +02:00
tui: tighten live tool/streaming spacing
This commit is contained in:
parent
b5ab07f9a0
commit
ff1af01fd7
1 changed files with 3 additions and 3 deletions
|
|
@ -197,7 +197,7 @@ func (v *View) BuildLive(width int) []string {
|
|||
out = append(out, indent+w)
|
||||
}
|
||||
}
|
||||
out = append(out, "")
|
||||
// out = append(out, "")
|
||||
}
|
||||
finalised := map[string]bool{}
|
||||
for _, m := range v.Messages {
|
||||
|
|
@ -215,11 +215,11 @@ func (v *View) BuildLive(width int) []string {
|
|||
continue
|
||||
}
|
||||
out = append(out, v.renderToolCall(tc, width)...)
|
||||
out = append(out, "")
|
||||
// out = append(out, "")
|
||||
}
|
||||
if v.Err != "" {
|
||||
out = append(out, v.Theme.FG256(v.Theme.Error, "✖ "+v.Err))
|
||||
out = append(out, "")
|
||||
// out = append(out, "")
|
||||
}
|
||||
return out
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue