make defaultbd by default different from defaultfg
This commit is contained in:
		
							parent
							
								
									93798d398e
								
							
						
					
					
						commit
						8542f353ca
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@
 | 
				
			||||||
+ * foreground, default color for bold text, background, cursor, reverse cursor
 | 
					+ * foreground, default color for bold text, background, cursor, reverse cursor
 | 
				
			||||||
  */
 | 
					  */
 | 
				
			||||||
 unsigned int defaultfg = 7;
 | 
					 unsigned int defaultfg = 7;
 | 
				
			||||||
+unsigned int defaultbd = 7;
 | 
					+unsigned int defaultbd = 15;
 | 
				
			||||||
 unsigned int defaultbg = 0;
 | 
					 unsigned int defaultbg = 0;
 | 
				
			||||||
 static unsigned int defaultcs = 256;
 | 
					 static unsigned int defaultcs = 256;
 | 
				
			||||||
 static unsigned int defaultrcs = 257;
 | 
					 static unsigned int defaultrcs = 257;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue