mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add an option to set the character used for unused areas of the
terminal, GitHub issue 3110.
This commit is contained in:
		@@ -882,6 +882,13 @@ const struct options_table_entry options_table[] = {
 | 
			
		||||
	  .text = "Style of the marked line in copy mode."
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "fill-character",
 | 
			
		||||
	  .type = OPTIONS_TABLE_STRING,
 | 
			
		||||
	  .scope = OPTIONS_TABLE_WINDOW,
 | 
			
		||||
	  .default_str = "",
 | 
			
		||||
	  .text = "Character used to fill unused parts of window."
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "main-pane-height",
 | 
			
		||||
	  .type = OPTIONS_TABLE_STRING,
 | 
			
		||||
	  .scope = OPTIONS_TABLE_WINDOW,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user