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
When using an RGB foreground and background attribute, I noticed that using both in a single sequence results in the second color being applied to whichever prefix comes first. For example, CSI 38 ; 2 ; 0 ; 0 ; 0 ; 48 ; 2 ; 255 ; 255 ; 255 m results in the foreground being set to white even though foreground has been successfully set to black and followed up with a white background attribute.