mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
d80169ceff
I thought that I'd broken something with the DEL processing in vim with the new frontend but it turned out that the other frontend was emitting BS always and that I'd actuall unbroken passing DEL through and that other layers were translating DEL into an application cursor mode output for DEL that emits a totally different sequence. This diff preserves DEL and disables that other sequence. Will follow up with some explicit configuration to control this behavior, but in the short term, the default behavior should be much closer to what people actually want and expect! refs: https://github.com/wez/wezterm/issues/52 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |