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

Applications/util/less.c: This now uses tgetstr() properly. #1160

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

DoctorWkt
Copy link

No description provided.

@DoctorWkt
Copy link
Author

I'm not sure why it's failing on the 6502 side. I'm also no sure why the other termcap programs like tget are not being built on the 6502 side, given that Makefile.6502 includes Makefile.common.

@EtchedPixels EtchedPixels added the enhancement Feature request label Feb 9, 2025
@EtchedPixels EtchedPixels merged commit be032e5 into EtchedPixels:master Feb 10, 2025
11 of 13 checks passed
@EtchedPixels
Copy link
Owner

You were including curses.h which mean the termcap functions weren't prototyped - cc65 doesn't like that as it needs correct prototypes to get the calling right. Changed the #include and all seems good

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

Successfully merging this pull request may close these issues.

2 participants