[PR #4595] fix: Manage raw mode for stdin in editor function #11032

Closed
opened 2026-02-16 18:15:48 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/4595

State: closed
Merged: No


Toggle raw mode for stdin before and after launching the editor, so that input handling does not interfere with functionality of console-based editors like Vim.

I love Bun and love raw input mode, but this seems like a case where we should totally delegate keyboard control to the external editor, correct?

Solves #4209 and #4586

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/4595 **State:** closed **Merged:** No --- Toggle raw mode for stdin before and after launching the editor, so that input handling does not interfere with functionality of console-based editors like Vim. I love Bun and love raw input mode, but this seems like a case where we should totally delegate keyboard control to the external editor, correct? Solves #4209 and #4586
yindo added the pull-request label 2026-02-16 18:15:48 -05:00
yindo closed this issue 2026-02-16 18:15:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11032