-
Notifications
You must be signed in to change notification settings - Fork 280
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
change of color (ANSI color code unchaged) when calling log.SetOutput(l.Stderr())
#216
Comments
@gekigek99 I'm curious if #218 would work for you? |
It's a possibility, how can i test it? (I mean how can I install a specific branch of a library?) |
Probably the easiest technique:
edit: fix reference to PR number |
#218 indeed solves it! great job @slingamn! I don't think I ever saw a faster fix ;) Btw I love your philosophy rep <3 |
gekigek99
added a commit
to gekware/minecraft-server-hibernation
that referenced
this issue
Feb 12, 2023
bugfix errco color change (ANSI color code unchaged) chzyer/readline#216
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
example code:
powershell && cmd
first 4 are dark green, last 4 are light green
git bash
specs
question
log.SetOutput(l.Stderr())
to autorefresh the prompt line and having it always at the bottom?log.SetOutput(l.Stdout())
?The text was updated successfully, but these errors were encountered: