[PDCurses] A_ALTCHARSET

2010-12-11 Thread John P. Hartmann
My bad.  Sorry about the noise.

There is one problem, however.  When the cursor is on a character from
the alternate set, the character displayed is the one from the base
character set.  For example, if I put the cursor on a vertical bar, I
see x instead.  When I move the cursor, the correct character is
shown.  That ought to be a fairly simple fix.

   j.


[PDCurses] A_ALTCHARSET

2010-12-11 Thread John P. Hartmann
I've rebuilt the library with  ./configure --enable-widec --enable-xim
and testcurs now shows alternate characters correctly.

I've also rebuilt my application with

   #define XCURSES
   #define PDC_WIDE
   #define PDC_XIM
   #include 

but to no avail.  I still get the ascii fallback characters.  What's the trick?

The default font is enormous compared to what it was before.
Presumably I need to define some X resources.  Which?

Thanks,

   j.