mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Include the \033 in the key tree and adjust key matching for this change.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tty.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tty.c
									
									
									
									
									
								
							@@ -149,7 +149,7 @@ tty_open(struct tty *tty, const char *overrides, char **cause)
 | 
			
		||||
	}
 | 
			
		||||
	tty->flags |= TTY_OPENED;
 | 
			
		||||
 | 
			
		||||
	tty->flags &= ~(TTY_NOCURSOR|TTY_FREEZE|TTY_ESCAPE);
 | 
			
		||||
	tty->flags &= ~(TTY_NOCURSOR|TTY_FREEZE|TTY_TIMER);
 | 
			
		||||
 | 
			
		||||
	tty->event = bufferevent_new(
 | 
			
		||||
	    tty->fd, tty_read_callback, NULL, tty_error_callback, tty);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user