   Save_screen() will save the current screen to screen save file at the
designated record number. Record number 0 is a fast buffered save for
mouse functions.
  
Example:

   save_screen(2);
   
   This saves the current screen to record number 2 in screen.dat.

