mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h
This commit is contained in:
		@@ -170,7 +170,7 @@ input_key(struct window_pane *wp, int key, struct mouse_event *m)
 | 
			
		||||
	 * Then try to look this up as an xterm key, if the flag to output them
 | 
			
		||||
	 * is set.
 | 
			
		||||
	 */
 | 
			
		||||
	if (options_get_number(&wp->window->options, "xterm-keys")) {
 | 
			
		||||
	if (options_get_number(wp->window->options, "xterm-keys")) {
 | 
			
		||||
		if ((out = xterm_keys_lookup(key)) != NULL) {
 | 
			
		||||
			bufferevent_write(wp->event, out, strlen(out));
 | 
			
		||||
			free(out);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user