You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to highlight some text in the terminal using ANSI codes, and doing \033[40m (black background) does nothing, same for \033[30;7m (black foreground, then inverted). I suppose this is because it is assumed the terminal color is black, so to save on rendering the background over top of the terminal when they are the same color this case is skipped?
A setting to not do this would be nice, and could make a differentiation between \033[40m (black background) and \033[49m (default background) to still save on rendering in most cases.