home *** CD-ROM | disk | FTP | other *** search
- #!/usr/local/bin/kermit +
- ;
- ; b o t
- ;
- ; F. da Cruz, The Kermit Project, Columbia University, July 1999
- ;
- ; This script places the terminal cursor in the bottom left corner of your
- ; screen, no matter what the screen size, provided (a) the host knows your
- ; screen dimensions, and (b) C-Kermit can get get the number of rows from
- ; the system.
- ;
- screen move \v(rows)
- exit 0
-