Fix for all Operating Systems

All Operating Systems Supported
pull/951/head
Luis Felipe Sánchez 2017-05-04 08:50:53 -05:00
parent 4a1d1623af
commit 3c60c2e678
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ ____brainy_top() {
[ -n "${info}" ] && ____brainy_top_right_parse "${info}"
done
[ $__TOP_RIGHT_LEN -gt 0 ] && __TOP_RIGHT_LEN=$(( __TOP_RIGHT_LEN - 1 ))
[ $__TOP_RIGHT_LEN -gt 0 ] && __TOP_RIGHT_LEN=$(( __TOP_RIGHT_LEN - 0 ))
___cursor_adjust="\033[${__TOP_RIGHT_LEN}D"
_TOP_LEFT+="${___cursor_adjust}"