manifoldco / promptui

Interactive prompt for command-line applications
https://www.manifold.co
BSD 3-Clause "New" or "Revised" License
6.03k stars 333 forks source link

Line duplication when sentence too large for terminal window #186

Open malletgaetan opened 3 years ago

malletgaetan commented 3 years ago

Description

When a sentence is too large for the terminal, next character correctly goes next line but cause lines duplicates

Screenshots

Downhill Windmills

To Reproduce

here is the repository i used wich just is promptui/_examples/prompt

MikeDaniel18 commented 2 years ago

This seems like quite a serious issue. Does anyone have a solution for this?

ntorresalberto commented 2 years ago

I arrived here looking for the same issue but with promptui.Select

TylerGillson commented 1 year ago

See https://github.com/manifoldco/promptui/issues/122 and https://github.com/manifoldco/promptui/issues/92 for two possible solutions.