I switched over from add_ch
to having to use add_wch
which caused me to also have to change using the various ACS_
special drawing characters to the WCS_
version. The problem I found is that the WCS_
version is not a FULL block, but only a partial block whereas the ACS_
is the proper FULL block. Is there a way to fix that?
TIA!!