Thanks for the great library!
In most terminals, if you type a line longer than the width of the window, it wraps the text

In react-console-emulator, it would scroll instead.
HTML input can't wrap the text, a textarea is probably required for this.
Is there an easy solution for this ?
Thanks