mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	If an application gives the first parameter to OSC 52, validate and pass
on to outside terminal. GitHub issue 3192.
This commit is contained in:
		| @@ -77,7 +77,7 @@ cmd_load_buffer_done(__unused struct client *c, const char *path, int error, | ||||
| 		} else if (tc != NULL && | ||||
| 		    tc->session != NULL && | ||||
| 		    (~tc->flags & CLIENT_DEAD)) | ||||
| 			tty_set_selection(&tc->tty, copy, bsize); | ||||
| 			tty_set_selection(&tc->tty, "", copy, bsize); | ||||
| 		if (tc != NULL) | ||||
| 			server_client_unref(tc); | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nicm
					nicm