   Clear_window() will clear and fill the current window with the fill   
character. This can be any ASCII code character.
   
Example:   
   clear_window(0);
    
   This will fill the current window with null or space characters leaving  
the boarder untouched.

