mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-23 20:11:46 +08:00
adb40149a3
If a key's codepoint is in the PUA1 range, it could
be either from our own named keys (like key::Space)
or from a CSI u key that we haven't assigned a name yet
https://sw.kovidgoyal.net/kitty/keyboard-protocol/#functional-key-definitions
(The latter can still be bound using the \u1234 or the equivalent \e[4660u
raw CSI u sequence.)
It doesn't make sense to insert a PUA character into the commandline when
the user presses PrintScreen; ignore them silently.
This partially reverts
|
||
---|---|---|
.. | ||
dir_iter.rs | ||
encoding.rs | ||
errors.rs | ||
fileid.rs | ||
gettext.rs | ||
mod.rs | ||
printf.rs | ||
tests.rs | ||
wcstod.rs | ||
wcstoi.rs |