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

Super simple error fix : ansi style code 39 instead of 48 for background #72

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

Conversation

JostTim
Copy link

@JostTim JostTim commented Dec 15, 2023

Tested and working on my windows 10 computer.

The right code for ansi background color is 48, not 39. (link to the problematic line)
The error was specific when supplying only one numeric value for background color.
It was not the case for tuples of 3 numeric values (RGB) as 48 code was already correctly specified for this case.

@JostTim JostTim changed the title Super simple error fix : ansy style code 39 instead of 48 for background Super simple error fix : ansi style code 39 instead of 48 for background Dec 18, 2023
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

Successfully merging this pull request may close these issues.

1 participant