Make scrollbar always visible
This will make many things easier, especially proper terminal sizing. Unfortunately, it is anything but straightforwards since Mx does not provide a mechanism to show/hide the scrollbar programmatically.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Adding an empty container as large as the window could provide a solution. Even though this is kind of a hack, it also allows the user to scroll the current prompt to the top (like clear / Ctrl L), which lacks in other terminal emulators. I would like to have this at least as an option.
The problem with this idea is that we definitely do not want the view to be scrollable if there is only a single line – we do want to show the scrollbars even in that case though.