1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-03 16:53:36 +03:00

On unix, make the "transient in-memory database" text bold, but not red.

Leave the text read on windows.

FossilOrigin-Name: c9eba2f7be468ae7fc843ffd5b09bd062ee311c3
This commit is contained in:
drh
2014-02-10 19:36:06 +00:00
parent 1247aa4e4a
commit ba47ba76a5
3 changed files with 8 additions and 8 deletions

View File

@@ -3516,7 +3516,7 @@ static void outputNormal(void){
}
#else
static void outputRed(void){
printf("\033[1;31m");
printf("\033[1m");
}
static void outputNormal(void){
printf("\033[0m");