You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run mprocs in an iTerm2 window on a Mac.
And I leave it running for long periods, doing standby in between etc.
From time to time (could not yet figure out what might cause it), the screen gets jumbled.
I looks like someone entered a lot of newlines at the end of the screen, pushing the screen up about half way.
When you move around the UI, the parts that change are redrawn, but some parts just stay broken.
e.g. the list of processes re-appears one by one, when you move up or down with the cursor. Since that triggers a redraw of the right side, the Terminal area is redrawn as well. When you switch with Ctrl-A, some of the Help is redrawn.
To mitigate the problem, it would be nice to simply have a "redraw screen" hotkey.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I hope we can track the problem. If you will notice any other clues, please let me know.
Currently, full redraw can be triggered by resizing terminal.
As for the "redraw screen" command, I don't think it's worth adding a binding by default, because hopefully it should never be needed. But I am planning to add a command menu with search, similar to Emacs or VSCode. So we can have the command but not bind it by default.
I run mprocs in an iTerm2 window on a Mac.
And I leave it running for long periods, doing standby in between etc.
From time to time (could not yet figure out what might cause it), the screen gets jumbled.
I looks like someone entered a lot of newlines at the end of the screen, pushing the screen up about half way.
When you move around the UI, the parts that change are redrawn, but some parts just stay broken.
e.g. the list of processes re-appears one by one, when you move up or down with the cursor. Since that triggers a redraw of the right side, the Terminal area is redrawn as well. When you switch with Ctrl-A, some of the Help is redrawn.
To mitigate the problem, it would be nice to simply have a "redraw screen" hotkey.
The text was updated successfully, but these errors were encountered: