mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Sync OpenBSD patchset 933:
Fix a couple of comments.
This commit is contained in:
		
							
								
								
									
										6
									
								
								input.c
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								input.c
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: input.c,v 1.119 2011-05-22 16:26:09 tcunha Exp $ */
 | 
			
		||||
/* $Id$ */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
@@ -555,7 +555,7 @@ const struct input_transition input_state_dcs_escape_table[] = {
 | 
			
		||||
	{ -1, -1, NULL, NULL }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* device_ignore state table. */
 | 
			
		||||
/* dcs_ignore state table. */
 | 
			
		||||
const struct input_transition input_state_dcs_ignore_table[] = {
 | 
			
		||||
	INPUT_STATE_ANYWHERE,
 | 
			
		||||
 | 
			
		||||
@@ -791,7 +791,7 @@ input_split(struct input_ctx *ictx)
 | 
			
		||||
	return (0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Get an argument or return default value..*/
 | 
			
		||||
/* Get an argument or return default value. */
 | 
			
		||||
int
 | 
			
		||||
input_get(struct input_ctx *ictx, u_int validx, int minval, int defval)
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user