home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ckscripts / bottom < prev    next >
Text File  |  2020-01-01  |  375b  |  14 lines

  1. #!/usr/local/bin/kermit +
  2. ;
  3. ; b o t
  4. ; F. da Cruz, The Kermit Project, Columbia University, July 1999
  5. ;
  6. ; This script places the terminal cursor in the bottom left corner of your
  7. ; screen, no matter what the screen size, provided (a) the host knows your
  8. ; screen dimensions, and (b) C-Kermit can get get the number of rows from 
  9. ; the system.
  10. ;
  11. screen move \v(rows)
  12. exit 0
  13.