mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Add back missing -V flag
This went walkies from a previous git commit.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.c
									
									
									
									
									
								
							| @@ -253,7 +253,7 @@ main(int argc, char **argv) | ||||
| 	quiet = flags = 0; | ||||
| 	label = path = NULL; | ||||
| 	login_shell = (**argv == '-'); | ||||
| 	while ((opt = getopt(argc, argv, "2c:Cdf:lL:qS:uUv")) != -1) { | ||||
| 	while ((opt = getopt(argc, argv, "2c:Cdf:lL:qS:uUVv")) != -1) { | ||||
| 		switch (opt) { | ||||
| 		case '2': | ||||
| 			flags |= IDENTIFY_256COLOURS; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thomas Adam
					Thomas Adam