home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enigma Amiga Life 110
/
EnigmaAmiga110CD.iso
/
software
/
varie
/
ksc_utils
/
cursoff.readme
< prev
next >
Wrap
Text File
|
2000-02-21
|
1KB
|
24 lines
Short: Remove cli-window cursor
Author: Kyzer/CSG
Uploader: Kyzer/CSG <kyzer@4u.net>
Type: util/cli
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 <kyzer@4u.net> or see the website at http://zap.to/kyz *
****************************************************************************