mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Final pieces of mode key rebinding: bind-key and unbind-key now accept a -t
argument to modify a table.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							@@ -1098,6 +1098,8 @@ extern struct mode_key_tree mode_key_tree_emacs_copy;
 | 
			
		||||
int	mode_key_cmp(struct mode_key_binding *, struct mode_key_binding *);
 | 
			
		||||
SPLAY_PROTOTYPE(mode_key_tree, mode_key_binding, entry, mode_key_cmp);
 | 
			
		||||
const char *mode_key_tostring(struct mode_key_cmdstr *r, enum mode_key_cmd);
 | 
			
		||||
enum mode_key_cmd mode_key_fromstring(struct mode_key_cmdstr *, const char *);
 | 
			
		||||
const struct mode_key_table *mode_key_findtable(const char *);
 | 
			
		||||
void	mode_key_init_trees(void);
 | 
			
		||||
void	mode_key_free_trees(void);
 | 
			
		||||
void	mode_key_init(struct mode_key_data *, struct mode_key_tree *);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user