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:
		@@ -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");
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user