mridgers / clink

Bash's powerful command line editing in cmd.exe
mridgers.github.io/clink
GNU General Public License v3.0
3.15k stars 286 forks source link

Clink disables use of writing escape sequences #541

Open tilkinsc opened 4 years ago

tilkinsc commented 4 years ago

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 commented 3 years ago

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.