Hi! On other SSH clients, i used to select paste several lines and then the New Line and return characters were converted and sent to the terminal, so i can paste and exec several commands one after another.
For example:
<div>
<div>sudo env ACCEPT_EULA=Y
</div>
<div>env ACCEPT_EULA=Y
</div>
<div>sudo ACCEPT_EULA=Y yum -y update
</div>
</div>
But when i try to do the same on SmartTTY, I get all the commands pasted on one line
<div>
<div>sudo env ACCEPT_EULA=Yenv ACCEPT_EULA=Ysudo ACCEPT_EULA=Y yum -y update
</div>
</div>
<div>
Any idea if it’s how it works? Should I modify some configuration to make it work?
Thanks
J</div>