hankinsoft / MudClient

MudClient
3 stars 0 forks source link

[Feature] Split window on scroll back #20

Open dak opened 1 year ago

dak commented 1 year ago

When scrolling back, split the window to allow active content to remain visible.

hankinsoft commented 1 year ago

ZMud used to have this right? I I remember what it used to be. I'll see what I can come up with. If you happen to get a chance, could you post a screenshot of what you mean just so that I'm 100% sure I'm on the same page as you.

dak commented 1 year ago

Yes, I was basically thinking exactly the zMUD implementation.

Very similar as well to a split terminal view. The use case here is really to allow scrolling back in history to read something while still being able to see what's presently happening in the lower view.

Scrolling back (up) should ideally automatically create the split view, and scrolling either back to the bottom or hitting some shortcut/button would close the split view and show you the normal view again.

image