Restore the colours to the previous one instead of the theme default#1602
Open
ailin-nemui wants to merge 8 commits into
Open
Restore the colours to the previous one instead of the theme default#1602ailin-nemui wants to merge 8 commits into
ailin-nemui wants to merge 8 commits into
Conversation
44e757e to
b1a6735
Compare
18ad470 to
ae9f6d7
Compare
ae9f6d7 to
dd630c7
Compare
Contributor
Author
|
@soulseller you're welcome to test it @Zannick I added ^O to strip_real_length like you suggested in #95 @incognico see if this fixes issue #31 |
horgh
reviewed
Feb 1, 2026
| #include <irssi/src/core/signals.h> | ||
| #include <irssi/src/core/special-vars.h> | ||
| #include <irssi/src/core/utf8.h> | ||
| #include <irssi/src/fe-common/core/formats.h> |
Member
There was a problem hiding this comment.
Should we be depending on fe-common in core? Maybe we could move the constants if this is the right spot to be using them.
| fg = -1; | ||
| bg = -1; | ||
| fg = 99; | ||
| bg = 99; |
Member
There was a problem hiding this comment.
What does 99 correspond to? I wonder if naming it would help. I see it's also in lines 1678 and 1682 below.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a history of maximum 10 colours which irssi can revert back to.
Fixes #1592