home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -coverdisks- / subscribers / subs.dms / subs / ksc.lzx / ksc / CursOff.readme < prev    next >
Text File  |  1998-05-01  |  1KB  |  26 lines

  1. Short: Remove cli-window cursor
  2. Author: Kyzer/CSG
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type: util/cli
  5.  
  6. CursOff will turn off your cursor on the CLI/Shell window.
  7. Also included is CursOn, which will turn the cursor back on.
  8.  
  9. NOTE:  The  purpose  of  this command is to replace old WB1.3 cursor tools.
  10. With WB2.0 or better, you can write for yourself:
  11.  
  12. alias CursOff echo "*e[0 p" noline
  13. alias CursOn  echo "*e[ p"  noline
  14.  
  15. 1.3 compatible
  16.  
  17. ****************************************************************************
  18. *          THIS PROGRAM IS PART OF THE "KYZER'S SMALLS" COLLECTION         *
  19. *                                                                          *
  20. *      The KyzSmlClxn is a set of very small, but useful CLI commands.     *
  21. *                                                                          *
  22. *   Source in assembler is included. Install by copying the command to C:  *
  23. *                                                                          *
  24. *     Kyzer/CSG, 49 Fairview Road, AB22 8ZG, Scotland ---- kyzer@4u.net    *
  25. ****************************************************************************
  26.