home *** CD-ROM | disk | FTP | other *** search
- /*************************************************************************\
- | |
- | Some notes : After I switched from Borland C++ to Microsoft VC++, |
- | these cursor fuctions gave me a hard time. Whenever |
- | I used the _settextcursor function cursor would just |
- | go to the beginning of the line. That made me |
- | furious and it took a while for me to figure that out.|
- | Cursor functions gave me a lot of problems. I don't |
- | know if I was doing something wrong or there was a |
- | bug in the compiler, but I wrote these functions and |
- | they work great for me. Use them free of charge and |
- | tell me whether you like them or not. Also, please |
- | tell me if there are any bugs or if you would like |
- | some other improvements. You can distribute the LHA |
- | file as long as there are no modifications to the |
- | original files and as long as no charge is requested. |
- | Enjoy :-) |
- | |
- | Reminder : This software is given "as is" without any warranties |
- | or garanties. Because of the various hardware and |
- | software environments into which this program may be |
- | put, no warranty of fitness for a particular purpose |
- | is offered. Any program should be thoroughly tested |
- | with non-critical data before relying on it. The |
- | user have to assume the entire risk of using the |
- | software. I am not responsible for any damage that |
- | this software may cause. You've been warned. |
- | |
- \*************************************************************************/