You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
echo-e " \e[1m Packages have not been removed.\e[0m"
244
244
;;
245
245
esac# end of "case" loop
246
246
@@ -277,7 +277,7 @@ function func_m
277
277
if! ( pacman -Dk &>/dev/null )
278
278
then
279
279
echo -e " \e[41m The following inconsistencies have been found in your local packages: \e[0m"
280
-
echo"$( pacman -Dk )"# encapsulate "pacman -Dk" in echo command. without this, the strict bash mode would quit pacui whenever "pacman -Dk" encounters an error!
280
+
echo-e "$( pacman -Dk )"# encapsulate "pacman -Dk" in echo command. without this, the strict bash mode would quit pacui whenever "pacman -Dk" encounters an error!
281
281
fi
282
282
echo""
283
283
@@ -595,7 +595,7 @@ function func_r
595
595
;;
596
596
597
597
* ) # do this in all other cases
598
-
echo" \e[1m No input recognized. Remove process has been cancelled. \e[0m"
598
+
echo-e " \e[1m No input recognized. Remove process has been cancelled. \e[0m"
0 commit comments