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

bgBrightCyan changes Foreground colour #163

Closed
markjfisher opened this issue Dec 14, 2019 · 2 comments
Closed

bgBrightCyan changes Foreground colour #163

markjfisher opened this issue Dec 14, 2019 · 2 comments

Comments

@markjfisher
Copy link

Ansi.java line 483:

public Ansi bgBrightCyan() {
    return this.fgBright(Color.CYAN);
}
@markjfisher
Copy link
Author

I've also noticed the normal bgCyan is wrong too

public Ansi bgCyan() {
    return this.fg(Color.CYAN);
}

@hboutemy
Copy link
Collaborator

good finding, fixed
thank you

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

2 participants