mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							@@ -2884,6 +2884,7 @@ void	 recalculate_sizes(void);
 | 
			
		||||
void	 recalculate_sizes_now(int);
 | 
			
		||||
 | 
			
		||||
/* input.c */
 | 
			
		||||
#define INPUT_BUF_DEFAULT_SIZE 1048576
 | 
			
		||||
struct input_ctx *input_init(struct window_pane *, struct bufferevent *,
 | 
			
		||||
	     struct colour_palette *);
 | 
			
		||||
void	 input_free(struct input_ctx *);
 | 
			
		||||
@@ -2895,6 +2896,7 @@ void	 input_parse_screen(struct input_ctx *, struct screen *,
 | 
			
		||||
	     screen_write_init_ctx_cb, void *, u_char *, size_t);
 | 
			
		||||
void	 input_reply_clipboard(struct bufferevent *, const char *, size_t,
 | 
			
		||||
	     const char *);
 | 
			
		||||
void	 input_set_buffer_size(size_t);
 | 
			
		||||
 | 
			
		||||
/* input-key.c */
 | 
			
		||||
void	 input_key_build(void);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user