Clearing the screen
Posted: Mon Jan 19, 2009 3:04 pm
Without using any specific graphics libraries (gsKit, gsLib, etc), I'd like to clear the screen in a little better way than I currently am.
I started out using init_screen(), but, noting the delay, tried replacing it with scr_clear(). To my dismay, this actually made the delay longer.
Is there another way I might clear the screen? And, any idea why clearing the screen would take longer than initializing it? That makes me question the usefulness of clear_scr at all...
Alternately, I suppose I could just accept using a graphics lib (I'll eventually do that anyway), if someone could point out a quick way to clear the screen in one.
Thanks in advance for any help.
I started out using init_screen(), but, noting the delay, tried replacing it with scr_clear(). To my dismay, this actually made the delay longer.
Is there another way I might clear the screen? And, any idea why clearing the screen would take longer than initializing it? That makes me question the usefulness of clear_scr at all...
Alternately, I suppose I could just accept using a graphics lib (I'll eventually do that anyway), if someone could point out a quick way to clear the screen in one.
Thanks in advance for any help.