2 references to IsRxvtModifier
System.Console (2)
System\IO\KeyParser.cs (2)
140if (IsRxvtModifier(input[SequencePrefixLength + digitCount])) 296static bool IsSequenceEndTag(char character) => character is VtSequenceEndTag || IsRxvtModifier(character);