Viewing 1 post (of 1 total)
  • Author
    Posts
  • #6683
    Peter76
    Member

    In text-terminals (e.g. telnet) ANSI escape codes can be used to format text, this codes are especially useful to set text-color (e.g. character 27 (= ESC) followed by [31m set text color to red, so x27[31mHello World would produce Hello World)

    It would be cool if such coloring is available in EmEditor, because I’ve to work a lot with Log-Files consisting of text from a telnet-console. In all editors I know so far, this escape codes are eigther not displayed or displayed as text, I know no editor using this sequences to set the apropriate colors.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.