spacemanholdings / qmix

Qtum's Solidity in-browser IDE
MIT License
3 stars 4 forks source link

Have terminal wrap instead of scroll #14

Open smartcontracts opened 6 years ago

smartcontracts commented 6 years ago

I'm submitting a ... (check one with "x")

[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, instead see use [gitter](https://gitter.im/qtum-project/Lobby)

Current behavior

Terminal scrolls when the window is too small to see the whole detail.

Expected behavior

Terminal should wrap instead, it's more intuitive.

Minimal reproduction of the problem with instructions

Paste some long data into the terminal, hit enter. Terminal scrolls instead of wrapping.

What is the motivation / use case for changing the behavior?

Usability.