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

Garbage on screen when compiled with MacOS ncurses #36

Open
sergev opened this issue Sep 10, 2023 · 0 comments
Open

Garbage on screen when compiled with MacOS ncurses #36

sergev opened this issue Sep 10, 2023 · 0 comments

Comments

@sergev
Copy link
Contributor

sergev commented Sep 10, 2023

When I compile le with latest MacOS SDK, the scrolling is broken. Looks like line insert/delete sequences are not working. In this case le is linked with /usr/lib/libncurses.5.4.dylib.

When I install a third party version of Curses by brew install ncurses and force cmake to use it, everything works correctly. In this case le is linked with /usr/local/opt/ncurses/lib/libncursesw.6.dylib.

I will try to figure out what's wrong with native Curses on MacOS. I don't think it's bad. Most probable LE somehow uses it incorrectly.

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

No branches or pull requests

1 participant