mbs
mbs copied to clipboard
Issues with multishell
MBS works when opening a multishell, but breaks if the tabs go away. Opening bg help and then closing help by tapping a key sets the input out of bounds. A sleep(4) program causes the input to be in the MOTD.

Also, when closing the tab. But was fine if I opened a second tab and closed both (leaving just the original shell).
Tested in Copy Cat, MBS installed a few days ago.
Quick fix for the crash. Just change that line to this:
-- Update the delegate window.
if delegate then delegate.reposition(1, 1, sizeX, sizeY) end
Haven't investigated the other issue yet.
Another issue I've found related to multishell: you cannot use fg or bg in any directory besides /. The new tab crashes with a "No such program" error
Ahh, that one was an easy fix :)