mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:44:18 +00:00 
			
		
		
		
	Unbreak. Whoops.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
/* $Id: window-copy.c,v 1.114 2010-04-06 21:45:36 nicm Exp $ */
 | 
					/* $Id: window-copy.c,v 1.115 2010-04-06 22:02:52 nicm Exp $ */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
					 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
				
			||||||
@@ -115,7 +115,7 @@ struct window_copy_mode_data {
 | 
				
			|||||||
	struct screen  *backing;
 | 
						struct screen  *backing;
 | 
				
			||||||
	int		backing_written; /* backing display has started */
 | 
						int		backing_written; /* backing display has started */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct mode_key_data mdata
 | 
						struct mode_key_data mdata;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	u_int		oy;
 | 
						u_int		oy;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user