alacritty/winpty
Christian Duerr 3b8ef3a0c4
Revert "Fix backspace deleting chars when IME is open"
This reverts commit 7f4dce2ee0.

Originally it was assumed that macOS always sends the \x7f on backspace
anyways, however this is not true. It seems like the character on
backspace can change even within the same terminal session, so we need
to have our own binding to reliably set the correct binding.

A solution for #1606 should be implemented in cooperation with winit.
2020-02-10 23:41:48 +00:00
..
src Replace deprecated Error methods 2020-01-03 00:17:22 +00:00
Cargo.toml Clean up Windows PTY string handling 2020-01-02 11:49:27 +00:00
build.rs Revert "Fix backspace deleting chars when IME is open" 2020-02-10 23:41:48 +00:00