From 3c60c2e678a6ccdac0e2a6a1ed285bd39c1c3e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Felipe=20S=C3=A1nchez?= Date: Thu, 4 May 2017 08:50:53 -0500 Subject: [PATCH] Fix for all Operating Systems All Operating Systems Supported --- themes/brainy/brainy.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/brainy/brainy.theme.bash b/themes/brainy/brainy.theme.bash index 61f3da18..ea606611 100644 --- a/themes/brainy/brainy.theme.bash +++ b/themes/brainy/brainy.theme.bash @@ -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}"