Index: clx.c =================================================================== RCS file: /cvsroot/wv/clx.c,v retrieving revision 1.16 diff -u -r1.16 clx.c --- clx.c 2000/03/30 09:01:41 1.16 +++ clx.c 2000/08/27 11:34:55 @@ -121,6 +121,18 @@ clx->pcd[i].fc |= 0x40000000UL; } } + if (ver == WORD6) + { + /* Copy the above ;-) MV 27.8.2000 + Note: worth trying for WORD2 etc. also (?) + */ + if (fExtChar == 0) + for (i=0;inopcd;i++) + { + clx->pcd[i].fc *= 2; + clx->pcd[i].fc |= 0x40000000UL; + } + } } else {