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

[libc,cmds] Fix isprint and kilo for CP 437 display #1752

Merged
merged 1 commit into from
Oct 8, 2023
Merged

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Oct 8, 2023

Fixes display problems in kilo identified by @Vutshi in #1748 (comment). This turned out to be a problem in isprint as well as sign extension on the character CP 437 character 0xff (non-blank space).

The C library isprint function is updated to designate the upper half of CP 437 as printable.

@ghaerr ghaerr merged commit 316cf0b into master Oct 8, 2023
2 checks passed
@ghaerr ghaerr deleted the isprint branch October 8, 2023 22:52
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.

1 participant