int __VC_color(void* SPtr, short fc, short bc)
Allocates a color pair and sets the window's active pointer to this
The color pair
The color allocation scheme is a least-recently-used scheme. If you use too many color pairings on the screen, some will eventually become "aliased" to the same pairing. That means some colors will get hosed.
|