mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Return after changing key table.
This commit is contained in:
		@@ -65,6 +65,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmd_q *cmdq)
 | 
				
			|||||||
		table->references++;
 | 
							table->references++;
 | 
				
			||||||
		key_bindings_unref_table(c->keytable);
 | 
							key_bindings_unref_table(c->keytable);
 | 
				
			||||||
		c->keytable = table;
 | 
							c->keytable = table;
 | 
				
			||||||
 | 
							return (CMD_RETURN_NORMAL);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	tflag = args_get(args, 't');
 | 
						tflag = args_get(args, 't');
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user