File: reset

package info (click to toggle)
util-linux 2.29.2-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 40,944 kB
  • sloc: ansic: 115,419; sh: 13,753; makefile: 375; xml: 316; python: 316; csh: 37; sed: 16; perl: 15
file content (19 lines) | stat: -rwxr-xr-x 506 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
# This command is deprecated.  The utility is in maintenance mode,
# meaning we keep them in source tree for backward compatibility
# only.  Do not waste time making this command better, unless the
# fix is about security or other very critical issue.
#
# See Documentation/deprecated.txt for more information.
stty sane
tput clear
tput rmacs
tput rmm
tput rmso
tput rmul
tput rs1
tput rs2
tput rs3
bot=$((${LINES:-$(tput lines)} - 1))
if test "${bot}" -le "0"; then bot=24; fi
tput csr 0 ${bot}