AnsiTextLite.MAX_CHARS_NEEDED

The maximum amount of chars required by the start sequence of an AnsiTextLite (toFullStartSequence).

struct AnsiTextLite
enum MAX_CHARS_NEEDED = AnsiStyleSet.MAX_CHARS_NEEDED + ANSI_CSI.length + 1;

Meta