File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ namespace C
77
77
#define B_BLUE BEGIN_INVISIBLE ESCAPE LEFT_SQUARE_BRACKET " 94m" END_INVISIBLE
78
78
#define B_GREEN BEGIN_INVISIBLE ESCAPE LEFT_SQUARE_BRACKET " 92m" END_INVISIBLE
79
79
#define B_GREEN_RAW ESCAPE LEFT_SQUARE_BRACKET " 92m"
80
+ #define B_GREY BEGIN_INVISIBLE ESCAPE LEFT_SQUARE_BRACKET " 90m" END_INVISIBLE
80
81
#define B_GREY_RAW ESCAPE LEFT_SQUARE_BRACKET " 90m"
81
82
#define B_RED BEGIN_INVISIBLE ESCAPE LEFT_SQUARE_BRACKET " 91m" END_INVISIBLE
82
83
#define B_RED_RAW ESCAPE LEFT_SQUARE_BRACKET " 91m"
@@ -710,7 +711,7 @@ int main_internal(int const argc, char const* argv[])
710
711
display_primary_prompt (shlvl,
711
712
git_repository_information_future.wait_for (std::chrono::milliseconds (150 )) == std::future_status::ready
712
713
? git_repository_information_future.get ()
713
- : " unavailable" );
714
+ : B_GREY " unavailable" RESET );
714
715
715
716
return EXIT_SUCCESS;
716
717
}
You can’t perform that action at this time.
0 commit comments