mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Revert the command-prefix change which breaks sequences of commands.
This commit is contained in:
		@@ -502,11 +502,6 @@ const struct options_table_entry window_options_table[] = {
 | 
			
		||||
	  .default_num = 1
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "command-prefix",
 | 
			
		||||
	  .type = OPTIONS_TABLE_STRING,
 | 
			
		||||
	  .default_str = "exec "
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "force-height",
 | 
			
		||||
	  .type = OPTIONS_TABLE_NUMBER,
 | 
			
		||||
	  .minimum = 0,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user