mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 22:01:47 +03:00
b651d8bd61
on mac the `Delete` key is really `Backspace` and should generate the
`BS` sequence.
`Fn-Delete` is equivalent to the `Delete` key on other keyboards and
should generate the `DEL` sequence.
BS maps to deleteBackward
DEL maps to deleteForward
heads up to @fanzeyi: this partially reverses
|
||
---|---|---|
.. | ||
examples | ||
src | ||
build.rs | ||
Cargo.toml |