mbs icon indicating copy to clipboard operation
mbs copied to clipboard

Issues with multishell

Open RGFTheCoder opened this issue 4 years ago • 4 comments

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. image

RGFTheCoder avatar Jan 25 '21 17:01 RGFTheCoder

Screenshot (40) 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.

Lupus590 avatar Apr 20 '21 15:04 Lupus590

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.

erisdev avatar Jul 30 '21 22:07 erisdev

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

hugeblank avatar Jan 02 '23 23:01 hugeblank

Ahh, that one was an easy fix :)

SquidDev avatar Jan 02 '23 23:01 SquidDev