Is It Possible To Have Tkinter Recognize Ansi Escape Characters?
I am trying to print a message in a tk.Text box. The message is the result of a function that returns a search result. I want the message to be formatted in a way where only the he
Solution 1:
Not out of the box. ANSI color control has an example Tcl code to convert them to Tcl markup (basically, replace upon insertion).
Post a Comment for "Is It Possible To Have Tkinter Recognize Ansi Escape Characters?"