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

ncurses: disable term-driver again to fix regressions #4946

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

lazka
Copy link
Member

@lazka lazka commented Oct 4, 2024

It breaks colors with nano for some reason, see
#4945

Fixes #4945

It breaks colors with nano for some reason, see
msys2#4945

Fixes msys2#4945
@lazka lazka merged commit 6e49e58 into msys2:master Oct 4, 2024
2 checks passed
@rkitover
Copy link
Contributor

rkitover commented Oct 7, 2024

@lazka

If you look at my patch, you will see that it's impossible for there to be any regressrion:

https://mail.gnu.org/archive/html/bug-ncurses/2024-08/msg00009.html .

The patch does nothing except allow the term-driver code to be enabled, which has no effect otherwise.

Furthermore, I proved that the binary package that resulted from that PR was compromised here:

#4886 (comment)

@rkitover
Copy link
Contributor

rkitover commented Oct 7, 2024

If the term-driver actually works now, I'd rather fix whatever the problem in Nano is, and if $TERM is set, I don't see how there could possibly be a problem in the first place.

@lazka
Copy link
Member Author

lazka commented Oct 7, 2024

I can reproduce it breaking nano colors. Ideas how to fix things welcome. I'm happy to test them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ncurses] Nano editor sets wrong fg/bg colors
2 participants