mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Sync OpenBSD patchset 451:
Tidy up table.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: input-keys.c,v 1.32 2009-10-28 22:53:03 tcunha Exp $ */
 | 
			
		||||
/* $Id: input-keys.c,v 1.33 2009-10-28 22:54:00 tcunha Exp $ */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
@@ -105,6 +105,7 @@ struct input_key_ent input_keys[] = {
 | 
			
		||||
	{ KEYC_KP_ENTER,	"\n",		INPUTKEY_KEYPAD },
 | 
			
		||||
	{ KEYC_KP_ZERO,		"0",		INPUTKEY_KEYPAD },
 | 
			
		||||
	{ KEYC_KP_PERIOD,	".",		INPUTKEY_KEYPAD },
 | 
			
		||||
 | 
			
		||||
	{ KEYC_KP_SLASH,	"\033Oo",	0 },
 | 
			
		||||
	{ KEYC_KP_STAR,		"\033Oj",	0 },
 | 
			
		||||
	{ KEYC_KP_MINUS,	"\033Om",	0 },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user