RXmi Guyomarch CVS writes: > coding style etc...: > - Use static variables instead of a big struct for individual options, > easier to initialize. Why do this? This is more a step backward than forward. Global variables are a plague, and at one time or another we'll end up trying to get rid of them. Kim Minh.