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

Clink disables use of writing escape sequences #541

Open
tilkinsc opened this issue Jun 17, 2020 · 1 comment
Open

Clink disables use of writing escape sequences #541

tilkinsc opened this issue Jun 17, 2020 · 1 comment

Comments

@tilkinsc
Copy link

If I were to want to play a bell character from the prompt, all I have to do is put echo then press CTRL + G and it would input ^G sequence. It is no longer possible to do this.

@chrisant996
Copy link

Try binding a key to the unquoted-insert command. unquoted-insert inserts the next keypress as literal characters.

Or maybe try binding ^G to self-insert.

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

2 participants