Skip to content

fix: keep the TUI on screen when opening a windowed editor - #581

Merged
agavra merged 1 commit into
agavra:mainfrom
JammingBen:fix/gui-editor-no-suspend
Aug 11, 2026
Merged

agavra merged 1 commit into
agavra:mainfrom
JammingBen:fix/gui-editor-no-suspend

Conversation

@JammingBen

Copy link
Copy Markdown
Contributor

fixes #580

e suspended the terminal around every editor launch, which flickers for editors that open their own window. Windowed editors are now spawned detached and cleaned up as they exit, with an early exit still reported. Terminal editors keep the blocking behaviour, as does any $EDITOR carrying --wait.

`e` suspended the terminal around every editor launch, which flickers for
editors that open their own window. Windowed editors are now spawned
detached and cleaned up as they exit, with an early exit still reported.
Terminal editors keep the blocking behaviour, as does any `$EDITOR`
carrying `--wait`.

@agavra agavra left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @JammingBen

@agavra
agavra merged commit 00061f3 into agavra:main Aug 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Opening file in windowed editor causes flicker

2 participants