graphics/pdcurs34: Build fixes for wide characters code path - #3731
Conversation
|
@000exploit please fix all warnings except “Mixed case identifier found”: |
|
@xiaoxiang781216 weird tool, to be honest. Fixed everything it complained about and force-pushed new commit. |
@000exploit after rebase/squash new commit in fact you need to do a git push -f, more info: |
|
@000exploit suggestion: if you can, please add a sim:pdcurses board profile with a demo showing pdcurses interfaces and wide char support |
I think it should be a part of another PR. Anyway not ready for that today. |
Sure, no pressure here :-) , I think having it on sim will make it easier to test |
Signed-off-by: 000exploit <illialoo99@gmail.com>
Summary
Fixed pdcurses build failures when wide character support is enabled. Some code paths had diverged from upstream pdcurses and did not compile correctly. Updated them to match the upstream.
Impact
This change does not affect users who do not enable wide character support in pdcurses.
Testing
Tested on a Radxa Orion O6 ARM64 host with a RISC-V
rv-virttarget running under RVVM.