mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Having three *clock* files is ridiculous, remove clock.c.
This commit is contained in:
		@@ -381,7 +381,7 @@ screen_redraw_draw_number(struct client *c, struct window_pane *wp)
 | 
			
		||||
		for (j = 0; j < 5; j++) {
 | 
			
		||||
			for (i = px; i < px + 5; i++) {
 | 
			
		||||
				tty_cursor(tty, xoff + i, yoff + py + j);
 | 
			
		||||
				if (clock_table[idx][j][i - px])
 | 
			
		||||
				if (window_clock_table[idx][j][i - px])
 | 
			
		||||
					tty_putc(tty, ' ');
 | 
			
		||||
			}
 | 
			
		||||
		}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user