mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master' into master
This commit is contained in:
		@@ -165,7 +165,7 @@ cmd_list_keys_exec(struct cmd *self, struct cmdq_item *item)
 | 
			
		||||
			cmdq_error(item, "invalid key: %s", args->argv[0]);
 | 
			
		||||
			return (CMD_RETURN_ERROR);
 | 
			
		||||
		}
 | 
			
		||||
		only &= KEYC_MASK_KEY;
 | 
			
		||||
		only &= (KEYC_MASK_KEY|KEYC_MASK_MODIFIERS);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	tablename = args_get(args, 'T');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user