-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix SGR indexed colors to distinguish Indexed256 color (and more) #5834
Commits on May 10, 2020
-
Distinguish between indexed colors from the 16 color palette (which c…
…an be brightened), and the 256 color palette (which can't).
Configuration menu - View commit details
-
Copy full SHA for d5aabb4 - Browse repository at this point
Copy the full SHA d5aabb4View commit details -
Make the terminal dispatcher use the 256 color index format for SGR 3…
…8:5 and 48:5 escape sequences.
Configuration menu - View commit details
-
Copy full SHA for 414c727 - Browse repository at this point
Copy the full SHA 414c727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca9015 - Browse repository at this point
Copy the full SHA 6ca9015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1814a58 - Browse repository at this point
Copy the full SHA 1814a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for c06c575 - Browse repository at this point
Copy the full SHA c06c575View commit details -
Combine the 16 and 256 color tables, and use string_views when passin…
…g the tables around.
Configuration menu - View commit details
-
Copy full SHA for a4c23a6 - Browse repository at this point
Copy the full SHA a4c23a6View commit details -
Make the conhost dispatcher use the 256 color index format for SGR 38…
…:5 and 48:5 escape sequences.
Configuration menu - View commit details
-
Copy full SHA for f321051 - Browse repository at this point
Copy the full SHA f321051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 020b0d1 - Browse repository at this point
Copy the full SHA 020b0d1View commit details
Commits on May 14, 2020
-
Make the GraphicsSingleTests clearer by explicitly initialising the e…
…xpected attribute before overriding the foreground index.
Configuration menu - View commit details
-
Copy full SHA for beeb0c9 - Browse repository at this point
Copy the full SHA beeb0c9View commit details