Open iacore opened 3 years ago
Also, chaos
doesn't respect TERM
at all. I can't find a way to turn it off.
My attempts:
env TERM=ansi chaos my_eyes.kaos
chaos my_eyes.kaos | cat
@locriacyber thank you so much for reporting the issue. Would you like to implement the fix? You just need to look at the places where \033[
occur. For example in these places:
I don't have time to implement this.
As a side note, you claim that Chaos has "zero cyclomatic complexity". Is this a joke language?
Describe the bug The colors! The horror!
To Reproduce
Try to run the following code with
chaos my_eyes.kaos
.some compile error:
syntax error:
my terminal palette:
Expected behavior Please don't change the background color whatsoever. If you want emphasis, use italic, bold text, or colored text, or both!
This is how Rust does it:
Environment: