config: get rid of unused options, back to st-256color termcap; makest: cleanup
This commit is contained in:
		
							parent
							
								
									074c40762d
								
							
						
					
					
						commit
						8f10256cbb
					
				
					 2 changed files with 1 additions and 6 deletions
				
			
		
							
								
								
									
										6
									
								
								config.h
									
										
									
									
									
								
							
							
						
						
									
										6
									
								
								config.h
									
										
									
									
									
								
							| 
						 | 
					@ -8,10 +8,6 @@
 | 
				
			||||||
static char *font = "xos4 Terminus:bold:pixelsize=14";
 | 
					static char *font = "xos4 Terminus:bold:pixelsize=14";
 | 
				
			||||||
static int borderpx = 1;
 | 
					static int borderpx = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* disable bold and italic font styles */
 | 
					 | 
				
			||||||
// int disablebold = 1;
 | 
					 | 
				
			||||||
// int disableitalic = 1;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * What program is execed by st depends of these precedence rules:
 | 
					 * What program is execed by st depends of these precedence rules:
 | 
				
			||||||
 * 1: program passed with -e
 | 
					 * 1: program passed with -e
 | 
				
			||||||
| 
						 | 
					@ -79,7 +75,7 @@ const int boxdraw_braille = 0;
 | 
				
			||||||
static int bellvolume = 0;
 | 
					static int bellvolume = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* default TERM value */
 | 
					/* default TERM value */
 | 
				
			||||||
char *termname = "st-direct";
 | 
					char *termname = "st-256color";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * spaces per tab
 | 
					 * spaces per tab
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1
									
								
								makest
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								makest
									
										
									
									
									
								
							| 
						 | 
					@ -7,7 +7,6 @@ PATCHLIST=(
 | 
				
			||||||
    st-bright-bold-text.patch
 | 
					    st-bright-bold-text.patch
 | 
				
			||||||
    st-clipboard.patch
 | 
					    st-clipboard.patch
 | 
				
			||||||
    st-direct-terminfo.patch
 | 
					    st-direct-terminfo.patch
 | 
				
			||||||
    # st-disable-bold-italic-fonts.patch
 | 
					 | 
				
			||||||
    st-disable-intensity-styles.patch
 | 
					    st-disable-intensity-styles.patch
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
MAKE_OPTS=(
 | 
					MAKE_OPTS=(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue