final version -- Gottox verified it using the test driver
This commit is contained in:
		
							parent
							
								
									88e6eb4a3a
								
							
						
					
					
						commit
						98e7950be8
					
				
							
								
								
									
										2
									
								
								dwm.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								dwm.c
									
									
									
									
									
								
							| @ -571,7 +571,7 @@ drawtext(const char *text, ulong col[ColLast], Bool invert) { | |||||||
| 	if(!len) | 	if(!len) | ||||||
| 		return; | 		return; | ||||||
| 	if(len < olen) | 	if(len < olen) | ||||||
| 		for(i = len; i >= MAX(0, len - 3); buf[i--] = '.'); | 		for(i = len; i && i > len - 3; buf[--i] = '.'); | ||||||
| 	XSetForeground(dpy, dc.gc, col[invert ? ColBG : ColFG]); | 	XSetForeground(dpy, dc.gc, col[invert ? ColBG : ColFG]); | ||||||
| 	if(dc.font.set) | 	if(dc.font.set) | ||||||
| 		XmbDrawString(dpy, dc.drawable, dc.font.set, dc.gc, x, y, buf, len); | 		XmbDrawString(dpy, dc.drawable, dc.font.set, dc.gc, x, y, buf, len); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 arg@suckless.org
						arg@suckless.org