Hi Przemek and All,

SetMode() or screen resize in GTWVT / GTWXC don't
retain 'attr' flags of screen buffer, also Scroll()
won't retain it, which means drawing chars are garbled
after such events (like TBRowse() navigation). Basically
every method which uses low level SAVE/REST has this problem.

The solution is already implemented in the code, but it's
disabled (fVgaCell is always TRUE).

We should probably add hb_SaveScreen() / hb_RestScreen()
which supports attr, unicode chars and int colors, too,
since Clipper compatible versions of these also don't
support attr.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to