Stop returning to bottom of output window when pressing enter

Posted by Myriamele on Sat 08 Jul 2017 03:40 PM — 3 posts, 15,805 views.

#0
Sometimes, when I decompile an object, I want to be able to make changes and hit enter, and stay in the middle of the object code in the output window, so I can see what the next piece is that I want to change, rather than having enter take me to the bottom of the output screen, and me have to scroll back up to find where I was. Can I do that in MushClient, and if so, how?

Thank you.
Australia Forum Administrator #1
What you can do is set up multiple "views" of the output buffer. Go to the Window Menu -> New Window.

You can then scroll one back to some interesting point, and then use the other window to type new commands. The new commands will not scroll the secondary window.

You can tile the windows vertically or horizontally, or just use Ctrl+Tab to switch from one to the other.
#2
Excellent, thank you very much :)