Files
wezterm-config/wezterm.lua
gm 77eb0397f6 Replace wezterm.time.call_after with update-right-status-based defer for prompt chaining
Deferring the PromptInputLine open by one tick via wezterm.time.call_after
did not fix the InputSelector -> PromptInputLine chaining issue on the
user's WezTerm build (the box never appeared at all, straight back to the
shell) — consistent with call_after being unavailable/erroring and silently
aborting the callback. Replaced it with a pending_action flag drained on the
next update-right-status tick, an event hook already confirmed working via
the existing status bar, removing the dependency on wezterm.time entirely.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-17 23:02:33 +09:00

23 KiB