fix formatting when exiting ollama run

This commit is contained in:
Jeffrey Morgan
2023-10-27 21:26:23 -07:00
parent 57a58db1b0
commit 9ec16f0f03
2 changed files with 5 additions and 3 deletions

View File

@@ -76,14 +76,15 @@ func (i *Instance) Readline() (string, error) {
}
r, err := i.Terminal.Read()
if err != nil {
return "", io.EOF
}
if buf.IsEmpty() {
fmt.Print(ClearToEOL)
}
if err != nil {
return "", io.EOF
}
if escex {
escex = false