mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Add popup-style and popup-border-style options, from Alexis Hildebrandt
in GitHub issue 2927.
This commit is contained in:
		
							
								
								
									
										3
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tmux.h
									
									
									
									
									
								
							@@ -2699,7 +2699,8 @@ void	 screen_write_hline(struct screen_write_ctx *, u_int, int, int);
 | 
			
		||||
void	 screen_write_vline(struct screen_write_ctx *, u_int, int, int);
 | 
			
		||||
void	 screen_write_menu(struct screen_write_ctx *, struct menu *, int,
 | 
			
		||||
	     const struct grid_cell *);
 | 
			
		||||
void	 screen_write_box(struct screen_write_ctx *, u_int, u_int);
 | 
			
		||||
void	 screen_write_box(struct screen_write_ctx *, u_int, u_int,
 | 
			
		||||
	     const struct grid_cell *gc);
 | 
			
		||||
void	 screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,
 | 
			
		||||
	     u_int);
 | 
			
		||||
void	 screen_write_backspace(struct screen_write_ctx *);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user