@@ -18,11 +18,7 @@ git() {
}
clear_to_bottom() {
- clear
- for ((i=1; i<=$LINES; i++));
- do
- echo "$n"
- done
+ tput clear; tput cup $(tput lines) 0
### .... ###