Skip to content

Commit ee00bfa

Browse files
committed
...
1 parent 508ca70 commit ee00bfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/tui/loop/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ func (self *Loop) Run() (err error) {
331331
os.Stderr.WriteString("\x1b]\x1b\\\x1bc\x1b[H\x1b[2J") // reset terminal
332332
}
333333
os.Stderr.WriteString(text)
334+
os.Stderr.WriteString("\n")
334335
if is_terminal {
335336
if term, err := tty.OpenControllingTerm(tty.SetRaw); err == nil {
336337
defer term.RestoreAndClose()

0 commit comments

Comments
 (0)