mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Merge branch 'obsd-master' into master
This commit is contained in:
		@@ -203,6 +203,8 @@ cmd_send_keys_exec(struct cmd *self, struct cmdq_item *item)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (count == 0) {
 | 
			
		||||
		if (args_has(args, 'N'))
 | 
			
		||||
			return (CMD_RETURN_NORMAL);
 | 
			
		||||
		for (; np != 0; np--)
 | 
			
		||||
			cmd_send_keys_inject_key(item, NULL, event->key);
 | 
			
		||||
		return (CMD_RETURN_NORMAL);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user