Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freeze after C-q A-X #35

Closed
MaxGyver83 opened this issue Jul 6, 2024 · 1 comment
Closed

Freeze after C-q A-X #35

MaxGyver83 opened this issue Jul 6, 2024 · 1 comment

Comments

@MaxGyver83
Copy link
Contributor

How to reproduce

  1. Compile and execute bestline_example.
  2. Press Ctrl-q.
  3. Press Alt-Shift-x.
@MaxGyver83
Copy link
Contributor Author

OK, I think I understand it now: Alt-Shift-x = Escape Shift-x is special: SOS (Start of String)

case 'X': /* SOS (Start of String) */

The "freeze" can be ended by pressing Ctrl-g ('\a').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant