mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Use member names in cmd_entry definitions so I stop getting confused
about the order.
This commit is contained in:
		@@ -33,11 +33,14 @@
 | 
			
		||||
enum cmd_retval	 cmd_list_buffers_exec(struct cmd *, struct cmd_q *);
 | 
			
		||||
 | 
			
		||||
const struct cmd_entry cmd_list_buffers_entry = {
 | 
			
		||||
	"list-buffers", "lsb",
 | 
			
		||||
	"F:", 0, 0,
 | 
			
		||||
	"[-F format]",
 | 
			
		||||
	0,
 | 
			
		||||
	cmd_list_buffers_exec
 | 
			
		||||
	.name = "list-buffers",
 | 
			
		||||
	.alias = "lsb",
 | 
			
		||||
 | 
			
		||||
	.args = { "F:", 0, 0 },
 | 
			
		||||
	.usage = "[-F format]",
 | 
			
		||||
 | 
			
		||||
	.flags = 0,
 | 
			
		||||
	.exec = cmd_list_buffers_exec
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
enum cmd_retval
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user