2 references to MapRxvtModifiers
System.Console (2)
System\IO\KeyParser.cs (2)
142
modifiers =
MapRxvtModifiers
(input[SequencePrefixLength + digitCount]);
298
static bool IsRxvtModifier(char character) =>
MapRxvtModifiers
(character) != default;