-
Notifications
You must be signed in to change notification settings - Fork 179
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
PDCurses-win10-jp #105
Comments
Definitely. I think the array check fix should be applied in any case and I suggest to create a new PR for that.
In that case I highly suggest to check out the VT port in PDCursesMod and test how well that works for you in general. |
The array check fixes definitely should be applied. It appears to me that you have found three places where array index checks are out of order. |
Actually, a fourth check is in this pull release, to ensure that Note that the X11 |
Hello.
On Windows 10, the display corruption of Japanese characters occurs in wincon port.
(On Windows 8.1 or earlier, it doesn't occur.)
I made a modified version of PDCurses to fix this issue.
https://github.com/Hamayama/PDCurses-win10-jp
(Sorry, the document is Japanese only ...)
I'm using this as the front end of Lem editor.
https://github.com/cxxxr/lem
https://github.com/cxxxr/lem/wiki/Windows-Platform
The whole difference from the mainstream could be seen in the following URL.
Hamayama/PDCurses-win10-jp@pdcurses-3.9-orig-618e0aa...master
I wonder this is too complex to merge to the mainstream.
(And also, MS is recently recommending VT escape sequence instead of Windows Console API.
So, this patch might be useless in few years ...)
So, this is just an information.
Related issues : #87 #92
The text was updated successfully, but these errors were encountered: