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
									
									
									
									
									
								
							@@ -2024,6 +2024,7 @@ struct client {
 | 
			
		||||
	struct event		 message_timer;
 | 
			
		||||
 | 
			
		||||
	char			*prompt_string;
 | 
			
		||||
	struct format_tree	*prompt_formats;
 | 
			
		||||
	struct utf8_data	*prompt_buffer;
 | 
			
		||||
	char			*prompt_last;
 | 
			
		||||
	size_t			 prompt_index;
 | 
			
		||||
@@ -2428,6 +2429,7 @@ typedef void (*job_free_cb) (void *);
 | 
			
		||||
#define JOB_KEEPWRITE 0x2
 | 
			
		||||
#define JOB_PTY 0x4
 | 
			
		||||
#define JOB_DEFAULTSHELL 0x8
 | 
			
		||||
#define JOB_SHOWSTDERR 0x10
 | 
			
		||||
struct job	*job_run(const char *, int, char **, struct environ *,
 | 
			
		||||
		     struct session *, const char *, job_update_cb,
 | 
			
		||||
		     job_complete_cb, job_free_cb, void *, int, int, int);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user