Use a floating pane for the buffer mode editor instead of a popup.

This commit is contained in:
nicm
2026-06-19 18:37:10 +00:00
parent c93e2f2332
commit d04b1ffca5
4 changed files with 275 additions and 11 deletions

View File

@@ -492,6 +492,7 @@ server_child_exited(pid_t pid, int status)
wp->flags |= PANE_EXITED;
window_pane_wait_finish(wp);
spawn_editor_finish(wp);
if (window_pane_destroy_ready(wp))
server_destroy_pane(wp, 1);