Short: Remove cli-window cursor Author: Kyzer/CSG Uploader: Kyzer/CSG Type: util/cli Architecture: m68k-amigaos CursOff will turn off the cursor on the CLI/Shell window. CursOn will turn the cursor back on. The purpose of these commands is to replace old WB1.3 cursor tools. With WB2.0 or better, you can write for yourself: alias CursOff echo "*e[0 p" noline alias CursOn echo "*e[ p" noline 1.3 compatible **************************************************************************** * THIS PROGRAM IS PART OF THE "KYZER'S SMALLS" COLLECTION * * The KyzSmlClxn is a set of small yet useful commands. * * * * Commands are installed by copying them to your C: directory. * * Source is included, and is licensed under the GNU GPL version 2. * * * * Email Kyzer/CSG or see the website at http://zap.to/kyz * ****************************************************************************