Open
Description
I notice that prompt-toolkit will soft-wrap lines in prompt which is too long. Is there any way to stop the wrap lines feature of prompt-toolkit and let the terminal emulator do the soft wrap (just like what GNU readline does)? This'll make copying long line more seamlessly if the wrapping is done by the temrinal.
PS: wrap_lines=False
is not what I am asking, with this settings, it not only stop the wrap but creates a horizontal scrollable textarea.