diff options
author | Karel Zak | 2011-03-02 14:08:30 +0100 |
---|---|---|
committer | Karel Zak | 2011-03-02 14:08:30 +0100 |
commit | 720d1af42e96c2a7c6addb309f2b1975e21f7838 (patch) | |
tree | a7c553d540f1700687439e6cc331797c732f4536 /misc-utils/reset | |
parent | build-sys: move script and scriptreplay to term-utils/ (diff) | |
download | kernel-qcow2-util-linux-720d1af42e96c2a7c6addb309f2b1975e21f7838.tar.gz kernel-qcow2-util-linux-720d1af42e96c2a7c6addb309f2b1975e21f7838.tar.xz kernel-qcow2-util-linux-720d1af42e96c2a7c6addb309f2b1975e21f7838.zip |
build-sys: move reset to term-utils/
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/reset')
-rw-r--r-- | misc-utils/reset | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc-utils/reset b/misc-utils/reset deleted file mode 100644 index 92d253907..000000000 --- a/misc-utils/reset +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -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 |