mirror of
https://github.com/neovim/neovim.git
synced 2026-06-10 22:08:12 +00:00
This fixes the problem that sending a raw C0 control code to trigger a
mapping for it does not work in Terminal mode.
Note: this isn't done for 00 or 7F, as that'll be backward-incompatible.
(cherry picked from commit 4b5364b423)