home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / slackwar / a / util / util-lin.2 / util-lin / util-linux-2.2 / misc-utils / reset.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1995-02-22  |  190 b   |  14 lines

  1. #!/bin/sh
  2. stty sane
  3. tput clear
  4. tput rmacs
  5. tput rmm
  6. tput rmso
  7. tput rmul
  8. tput rs1
  9. tput rs2
  10. tput rs3
  11. bot=$[ ${LINES:-`tput lines`} - 1 ]
  12. if test "$bot" -le "0"; then bot=24; fi
  13. tput csr 0 $bot
  14.