mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	PANE_FREEZE doesn't do anything anymore, so remove it.
This commit is contained in:
		@@ -170,7 +170,6 @@ window_copy_init(struct window_pane *wp)
 | 
			
		||||
	data->searchtype = WINDOW_COPY_OFF;
 | 
			
		||||
	data->searchstr = NULL;
 | 
			
		||||
 | 
			
		||||
	wp->flags |= PANE_FREEZE;
 | 
			
		||||
	if (wp->fd != -1)
 | 
			
		||||
		bufferevent_disable(wp->event, EV_READ|EV_WRITE);
 | 
			
		||||
 | 
			
		||||
@@ -234,7 +233,6 @@ window_copy_free(struct window_pane *wp)
 | 
			
		||||
{
 | 
			
		||||
	struct window_copy_mode_data	*data = wp->modedata;
 | 
			
		||||
 | 
			
		||||
	wp->flags &= ~PANE_FREEZE;
 | 
			
		||||
	if (wp->fd != -1)
 | 
			
		||||
		bufferevent_enable(wp->event, EV_READ|EV_WRITE);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user