Do not set terminal title based on stty arguments.
This commit is contained in:
		
				
					committed by
					
						 Roberto E. Vargas Caballero
						Roberto E. Vargas Caballero
					
				
			
			
				
	
			
			
			
						parent
						
							2fdcc5e5f6
						
					
				
				
					commit
					736685d641
				
			
							
								
								
									
										2
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								st.c
									
									
									
									
									
								
							| @@ -4090,7 +4090,7 @@ run: | |||||||
| 	if(argc > 0) { | 	if(argc > 0) { | ||||||
| 		/* eat all remaining arguments */ | 		/* eat all remaining arguments */ | ||||||
| 		opt_cmd = argv; | 		opt_cmd = argv; | ||||||
| 		if(!opt_title) | 		if(!opt_title && !opt_line) | ||||||
| 			opt_title = basename(xstrdup(argv[0])); | 			opt_title = basename(xstrdup(argv[0])); | ||||||
| 	} | 	} | ||||||
| 	setlocale(LC_CTYPE, ""); | 	setlocale(LC_CTYPE, ""); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user