We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508ca70 commit ee00bfaCopy full SHA for ee00bfa
tools/tui/loop/api.go
@@ -331,6 +331,7 @@ func (self *Loop) Run() (err error) {
331
os.Stderr.WriteString("\x1b]\x1b\\\x1bc\x1b[H\x1b[2J") // reset terminal
332
}
333
os.Stderr.WriteString(text)
334
+ os.Stderr.WriteString("\n")
335
if is_terminal {
336
if term, err := tty.OpenControllingTerm(tty.SetRaw); err == nil {
337
defer term.RestoreAndClose()
0 commit comments