-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with multishell #36
Comments
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. |
SquidDev
added a commit
that referenced
this issue
Oct 3, 2021
- Resize the term before resuming the child coroutine. - Update the cursor threshold when also moving the y cursor. Ensures that we don't accidentally begin a private mode when using readline. I'm not convinced that moving the y cursor is 100% sensible, but it seems to be /mostly/ fine. - Resize the delegate window with the new size, not the old one! Fixes most of the issues in #36.
Another issue I've found related to multishell: you cannot use |
SquidDev
added a commit
that referenced
this issue
Jan 2, 2023
Fixes "No such program" errors as mentioned in #36
Ahh, that one was an easy fix :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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. Asleep(4)
program causes the input to be in the MOTD.The text was updated successfully, but these errors were encountered: