aziz / SublimeANSI

ANSI escape codes color highlighting for SublimeText 3
225 stars 40 forks source link

feature_request(sequences): font effects support #55

Open Kristinita opened 6 years ago

Kristinita commented 6 years ago

1. Summary

It would be nice, if SublimeANSI will support font effects (see Font Effects section) as bold, underline and reverse.

2. Argumentation

More features in output. For example, I use bold and underline text in output of my programs.

3. Environment

4. Steps to reproduce

I open SublimeREPL Python Interpreter → I paste this code:

print(u"\u001b[1m SashaBold \u001b[0m\u001b[4m SashaUnderline \u001b[0m\u001b[7m SashaReversed \u001b[0m")

Enter.

5. Expected behavior

As in this article:

ANSI__Expected

6. Actual behavior

No effect:

ANSI__Actual

Thanks.