F2 posts too, and myna keys shows what the terminal lets through - #2
Merged
Conversation
Ctrl+S is XOFF. A terminal with flow control still enabled swallows it and freezes output, which looks exactly like myna ignoring the binding. F2 now posts as well, from both the command bar and the compose box, and the hints and help say so. `myna keys` is a key echo for exactly that diagnosis: it lists the keys myna binds, marks each one as it arrives, and tells you to run `stty -ixon` if Ctrl+S never does. The probe covers F2 and Shift+Tab, which 0.2.1 added. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01REc3YXmb63Y4UYUB5AdgbE
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01REc3YXmb63Y4UYUB5AdgbE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
myna keysis a key echo for that diagnosis: it lists the keys myna binds, marks each as it arrives, and points atstty -ixonif Ctrl+S never shows up. Covers F2 and Shift+Tab from 0.2.1.This is the uncommitted work from the primary checkout, rebased onto the paste/Tab changes in #1.
Verified
bun x tsc --noEmit -p tsconfig.jsoncleanbun test packages/core/test apps/cli/test119 passmyna --helplistskeys🤖 Generated with Claude Code
https://claude.ai/code/session_01REc3YXmb63Y4UYUB5AdgbE