diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-02 20:15:39 +0400 |
commit | b13154de3eca5ba28fbb4854d916cd0be5febeed (patch) | |
tree | 30f2e9e89ab71a2df837076ac68c3ba770230294 /term-utils/reset.033c | |
download | util-linux-upstream.tar.gz |
Imported Upstream version 2.22upstream/2.22upstream
Diffstat (limited to 'term-utils/reset.033c')
-rwxr-xr-x | term-utils/reset.033c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term-utils/reset.033c b/term-utils/reset.033c new file mode 100755 index 0000000..fc7fad6 --- /dev/null +++ b/term-utils/reset.033c @@ -0,0 +1,11 @@ +#!/bin/sh +stty sane +tput clear +tput rmacs +tput rmm +tput rmso +tput rmul +tput rs1 +tput rs2 +tput rs3 +printf "\\033c\n" |