Skip to content
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

Add "reset" and "redo" color codes #549

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

BenCheung0422
Copy link
Member

As described in the title, this adds reset and redo color codes for text color formatting. This rewrites the code for rendering text encoded with color codes. A reset code resets the following text and a redo code sets the color before the last color code applied, and resets the color if the last code is the reset code. This also fixes some potential rendering problems of key input entries and search entries. The method does not require a leading color code now, and has the ability to use the white tint color as the overall rendering color, which can be set by the reset code.

@BenCheung0422 BenCheung0422 changed the title Add reset and redo color codes Add "reset" and "redo" color codes Aug 20, 2023
@BenCheung0422 BenCheung0422 added UX/QoL Issue related to user experience or quality of life. Code Quality Issue related to code quality/coding standard. Visual Effects labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Quality Issue related to code quality/coding standard. UX/QoL Issue related to user experience or quality of life. Visual Effects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant