home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 110 / EnigmaAmiga110CD.iso / software / varie / ksc_utils / cursoff.readme < prev    next >
Text File  |  2000-02-21  |  1KB  |  24 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 the cursor on the CLI/Shell window. CursOn will turn
  7. the  cursor  back on. The purpose of these commands is to replace old WB1.3
  8. cursor tools. With WB2.0 or better, you can write for yourself:
  9.  
  10. alias CursOff echo "*e[0 p" noline
  11. alias CursOn  echo "*e[ p"  noline
  12.  
  13. 1.3 compatible
  14.  
  15. ****************************************************************************
  16. *          THIS PROGRAM IS PART OF THE "KYZER'S SMALLS" COLLECTION         *
  17. *           The KyzSmlClxn is a set of small yet useful commands.          *
  18. *                                                                          *
  19. *       Commands are installed by copying them to your C: directory.       *
  20. *     Source is included, and is licensed under the GNU GPL version 2.     *
  21. *                                                                          *
  22. *  Email Kyzer/CSG <kyzer@4u.net> or see the website at http://zap.to/kyz  *
  23. ****************************************************************************
  24.