Is this a reproducible bug?
Current behavior
After exiting codex in a Herdr pane, pressing Ctrl+Tab at the returned zsh prompt prints the raw fragment 9;5:1u. The same Codex exit in a normal zsh terminal does not leave this fragment.
Expected behavior
Exiting Codex should restore normal keyboard handling in the Herdr pane. Ctrl+Tab should not be delivered to zsh as a raw escape sequence.
Reproduction
- Start Herdr and open a zsh pane.
- Run
codex.
- Exit Codex.
- Press Ctrl+Tab at the pane zsh prompt.
- Observe
9;5:1u rendered as text.
Impact
A normal keyboard shortcut becomes literal input after each Codex session, so the pane must be manually reset before continuing shell work.
Environment
- Herdr version: 0.7.5
- Update channel: stable
- Operating system: macOS 26.5.2 (25F84)
- Terminal: Herdr local pane
- Shell, if relevant: zsh
- Relevant config, if any: default Herdr config (only
onboarding = false)
Is this a reproducible bug?
Current behavior
After exiting
codexin a Herdr pane, pressing Ctrl+Tab at the returned zsh prompt prints the raw fragment9;5:1u. The same Codex exit in a normal zsh terminal does not leave this fragment.Expected behavior
Exiting Codex should restore normal keyboard handling in the Herdr pane. Ctrl+Tab should not be delivered to zsh as a raw escape sequence.
Reproduction
codex.9;5:1urendered as text.Impact
A normal keyboard shortcut becomes literal input after each Codex session, so the pane must be manually reset before continuing shell work.
Environment
onboarding = false)