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