-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
puts ANSI.yellow{ "Foo" + ANSI.invert{ "∙∙∙" } + "bar" }You can see the bar at the end isn't yellow, but you'd expect it to be. I'm using invert to make whitespace visible in a text based game.
The actual output is:
"\e[33mFoo\e[7m∙∙∙\e[0mbar\e[0m"Expected:
- "\e[33mFoo\e[7m∙∙∙\e[0mbar\e[0m"
+ "\e[33mFoo\e[7m∙∙∙\e[27mbar\e[0m"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
