mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Long lines and spacing fixes.
This commit is contained in:
		@@ -543,7 +543,8 @@ have_event:
 | 
			
		||||
				where = STATUS_RIGHT;
 | 
			
		||||
				break;
 | 
			
		||||
			case STYLE_RANGE_WINDOW:
 | 
			
		||||
				wl = winlink_find_by_index(&s->windows, sr->argument);
 | 
			
		||||
				wl = winlink_find_by_index(&s->windows,
 | 
			
		||||
				    sr->argument);
 | 
			
		||||
				if (wl == NULL)
 | 
			
		||||
					return (KEYC_UNKNOWN);
 | 
			
		||||
				m->w = wl->window->id;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user