home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_01 / MARK_WC3.LZH / BIN / POSTFILE < prev    next >
Text File  |  1988-04-27  |  310b  |  8 lines

  1. # postfile is executed when the root level of msh is ready to exit
  2. # this version simply restores the screen to the desktop's settings.
  3.  
  4. echo -n ${ESC}f        # text cursor off
  5. setrez $DEFREZ        # reset the resolution
  6. setpal $DEFPAL        # reset the palette
  7. showmouse        # mouse cursor on, but the desktop forces it
  8.