property KermitRepeatPrefix : Char
Default: '~'
Determines the prefix that Kermit uses when compressing strings of repeated characters.
When Kermit sees four or more equal and adjacent characters, it compresses the sequence into a quote character (KermitRepeatPrefix), a length byte, and the repeated character. The default quote character rarely needs to be changed.
See "Character quoting" in the printed documentation for more information.
See also: KermitCtlPrefix, KermitHighbitPrefix