Skip to content

Commit

Permalink
fixed #376
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Aug 18, 2022
1 parent e373573 commit 0b7b060
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interactive_textinput_printer.go
Expand Up @@ -181,6 +181,9 @@ func (p *InteractiveTextInputPrinter) Show(text ...string) (string, error) {
return "", err
}

// Add new line
Println()

for i, s := range p.input {
if i < len(p.input)-1 {
areaText += s + "\n"
Expand Down

0 comments on commit 0b7b060

Please sign in to comment.