Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature_request(sequences): font effects support #55

Open
Kristinita opened this issue Aug 25, 2018 · 0 comments
Open

feature_request(sequences): font effects support #55

Kristinita opened this issue Aug 25, 2018 · 0 comments

Comments

@Kristinita
Copy link

Kristinita commented Aug 25, 2018

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

  • Windows 10 Enterprise LTSB 64-bit EN,
  • Sublime Text Version 3.1.1, Build 3176 Portable,
  • Python 3.7.0,
  • ANSIEscape 0.2.5,
  • SublimeREPL 2017.01.28.19.13.15.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant