home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d811 / bsh.lha / bsh / eraser < prev    next >
Text File  |  1993-02-14  |  478b  |  13 lines

  1. local i j=0 k n=width*height-1
  2. onintr goto finis
  3. echo -n "\e[0 p"
  4. repeat n 'k=j/height+1,i=j%height+1,j++;echo -n "\e[$i;${k}H "'
  5. label finis
  6. echo -n "\e[ p"
  7. ## eraser - cleans up the console window.
  8. #
  9. # eraser is provided as is for entertainment purposes only; no warantee is
  10. # either expressed or implied as to its suitability or fitness for any
  11. # purpose whatsoever.  You assume all the risk for all damage, even if
  12. # caused by a defect in the software, no matter how awful.
  13.