mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Default history-file should be "" not NULL, from Greg Onufe.
This commit is contained in:
		@@ -85,7 +85,7 @@ const struct options_table_entry server_options_table[] = {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	{ .name = "history-file",
 | 
						{ .name = "history-file",
 | 
				
			||||||
	  .type = OPTIONS_TABLE_STRING,
 | 
						  .type = OPTIONS_TABLE_STRING,
 | 
				
			||||||
	  .default_str = NULL
 | 
						  .default_str = ""
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	{ .name = "message-limit",
 | 
						{ .name = "message-limit",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user