zellij
zellij copied to clipboard
fix 2459 - the banner does not show
Fix #2459, the reason the banner does not show is that the callback triggers the screen instruction of HoldPane, the first_run is set to false before rendering
The fix is to track if the command is rerun, set it to false if so.
Its tough to work on the e2e test....everything was passed on my local, but got failed in CI
hmm...I've spent a lot of time, but still could not figure out why my local worked, and CI is still failing...