Replies: 2 comments 3 replies
-
The easiest solution is to set the background color during make to eye friendly black ;) |
Beta Was this translation helpful? Give feedback.
2 replies
-
On Tue, 10 Sep 2024 13:54:12 -0700, fda77 ***@***.***> wrote:
No, as i wrote
> set the background color during make
and not >before< make
eg `printf %b '\e[41m' '\e[8]' '\e[H\e[J'`
Ah OK, so writing a wrapper that sends ANSI terminal colour escape
codes.
Yes, this could be another workaround, thanks!
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ahoj,
Freetz-NG's build system has coloured output with some colours that are barely readable on black-on-white terminals:
I have the feature-wish to either autodetect colour scheme (which I think is not easily possible), or provide options
Regards!
Beta Was this translation helpful? Give feedback.
All reactions