diff options
Diffstat (limited to 'etc/functions')
-rw-r--r-- | etc/functions/progress | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/progress b/etc/functions/progress index ae3e5ce..f3e439d 100644 --- a/etc/functions/progress +++ b/etc/functions/progress @@ -22,5 +22,5 @@ output+="$desc [" item $c '=' item $a ' ' output+="] $currentper% $desc2" -echo -ne "\r \r" +echo -ne "\r\e[2K" echo -ne $output |