mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add back __CYGWIN__ block
This went missing during the merge from OpenBSD.
This commit is contained in:
		@@ -1187,6 +1187,11 @@ server_client_msg_identify(struct client *c, struct imsg *imsg)
 | 
			
		||||
		return;
 | 
			
		||||
	c->flags |= CLIENT_IDENTIFIED;
 | 
			
		||||
 | 
			
		||||
#ifdef __CYGWIN__
 | 
			
		||||
	c->fd = open(c->ttyname, O_RDWR|O_NOCTTY);
 | 
			
		||||
	c->cwd = open(".", O_RDONLY);
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
	if (c->flags & CLIENT_CONTROL) {
 | 
			
		||||
		c->stdin_callback = control_callback;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user