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

Support foreground/background reversing #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zwhfly
Copy link

@zwhfly zwhfly commented Apr 21, 2017

ESC [ 7 m swap foreground and background

ESC [ 7 m    swap foreground and background
@wiggin15
Copy link
Collaborator

wiggin15 commented Sep 3, 2017

Thanks for this pull request. This looks good.
One thing I noticed is that on my Mac terminal, writing the swap ansi code (ESC 7m) twice doesn't re-reverse the foreground and background but instead keeps them reversed. With your change, on Windows, writing the code twice reverts to the original state.
In addition, can you please add a helper function to print this code, like we have for example colorama.ansi.clear_line? e.g. add colorama.ansi.inverse. Thanks.

@tartley
Copy link
Owner

tartley commented Oct 13, 2020

Hey. FYI, yesterday I created a PR to test releases before we push them to PyPI. When that is merged, I'll be more confident about resuming merges and releases. I'll try to look at this PR soon. Thank you for creating it!

@tartley
Copy link
Owner

tartley commented Oct 7, 2021

Does this duplicate the functionality offered by #267? I have no idea which is better, I'm just trying to understand.

@tartley
Copy link
Owner

tartley commented Oct 7, 2021

These code changes can't be merged until they also have corresponding test changes.

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

Successfully merging this pull request may close these issues.

None yet

3 participants