I’d like to parse ANSI Escape Characters (Build your own Command Line with ANSI escape codes), for example, if the char is the ansi clear screen character, I want to call my custom function, if the character is something that colors the text that comes after it, I want to apply the richtext font color to the text after that Ansi Character
Has anyone already solved this or has a solution?