applied a fix related to Sanders remark to growcol
This commit is contained in:
		
							parent
							
								
									eac04882b4
								
							
						
					
					
						commit
						c7ae6334b7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								view.c
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								view.c
									
										
									
									
									
								
							|  | @ -172,7 +172,7 @@ focusprev(Arg *arg) | ||||||
| void | void | ||||||
| growcol(Arg *arg) | growcol(Arg *arg) | ||||||
| { | { | ||||||
| 	if(!sel || (arrange != dotile)) | 	if(!sel || !clients || !clients->next || (arrange != dotile)) | ||||||
| 		return; | 		return; | ||||||
| 	if(sel == getnext(clients)) { | 	if(sel == getnext(clients)) { | ||||||
| 		if(mw + arg->i > sw - 100) | 		if(mw + arg->i > sw - 100) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anselm R. Garbe
						Anselm R. Garbe