mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Accidently deleted default-command.
This commit is contained in:
		
							
								
								
									
										3
									
								
								tmux.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tmux.c
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: tmux.c,v 1.140 2009-07-08 18:03:03 nicm Exp $ */
 | 
			
		||||
/* $Id: tmux.c,v 1.141 2009-07-08 18:12:57 nicm Exp $ */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
@@ -278,6 +278,7 @@ main(int argc, char **argv)
 | 
			
		||||
	options_init(&global_s_options, NULL);
 | 
			
		||||
	options_set_number(&global_s_options, "bell-action", BELL_ANY);
 | 
			
		||||
	options_set_number(&global_s_options, "buffer-limit", 9);
 | 
			
		||||
	options_set_string(&global_s_options, "default-command", "%s", "");
 | 
			
		||||
	options_set_number(&global_s_options, "display-time", 750);
 | 
			
		||||
	options_set_number(&global_s_options, "history-limit", 2000);
 | 
			
		||||
	options_set_number(&global_s_options, "lock-after-time", 0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user