mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master' into master
This commit is contained in:
		@@ -429,7 +429,7 @@ input_key_pane(struct window_pane *wp, key_code key, struct mouse_event *m)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void
 | 
					static void
 | 
				
			||||||
input_key_write(const char *from, struct bufferevent *bev, const void *data,
 | 
					input_key_write(const char *from, struct bufferevent *bev, const char *data,
 | 
				
			||||||
    size_t size)
 | 
					    size_t size)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	log_debug("%s: %.*s", from, (int)size, data);
 | 
						log_debug("%s: %.*s", from, (int)size, data);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user