mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Line length and spaces to tabs.
This commit is contained in:
		
							
								
								
									
										3
									
								
								grid.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								grid.c
									
									
									
									
									
								
							@@ -665,8 +665,7 @@ grid_string_cells_bg(const struct grid_cell *gc, int *values)
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Returns ANSI code to set particular attributes (colour, bold and so on)
 | 
			
		||||
 * given a current state. The output buffer must be able to hold at least 57
 | 
			
		||||
 * bytes.
 | 
			
		||||
 * given a current state.
 | 
			
		||||
 */
 | 
			
		||||
static void
 | 
			
		||||
grid_string_cells_code(const struct grid_cell *lastgc,
 | 
			
		||||
 
 | 
			
		||||
@@ -51,7 +51,8 @@ static void	server_client_dispatch_shell(struct client *);
 | 
			
		||||
 | 
			
		||||
/* Identify mode callback. */
 | 
			
		||||
static void
 | 
			
		||||
server_client_callback_identify(__unused int fd, __unused short events, void *data)
 | 
			
		||||
server_client_callback_identify(__unused int fd, __unused short events,
 | 
			
		||||
    void *data)
 | 
			
		||||
{
 | 
			
		||||
	server_client_clear_identify(data, NULL);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user