Skip to content
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

Fix panic when very little space is avilable in terminal (when load command is used) #40

Closed
LMH01 opened this issue Apr 21, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@LMH01
Copy link
Owner

LMH01 commented Apr 21, 2024

The program panics, when the terminal space is shrunken so much, that the keybinding hints can not be displayed anymore. This only happens when the load command is used, and not when in sandbox mode.

I think that I fixed this issue for the sandbox mode previously, and didn't verify, that the load mode is unaffected. This needs to be fixed.

@LMH01 LMH01 added the bug Something isn't working label Apr 21, 2024
@LMH01 LMH01 self-assigned this Apr 21, 2024
@LMH01
Copy link
Owner Author

LMH01 commented Apr 22, 2024

This seems to either be related to the memory cells section or to the call stack section.

@LMH01
Copy link
Owner Author

LMH01 commented Apr 26, 2024

Fixed by downgrading ratatui, see ratatui-org/ratatui#1032

@LMH01 LMH01 closed this as completed Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant