mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:17:31 +00:00 
			
		
		
		
	Whoops. Take out abort().
This commit is contained in:
		
							
								
								
									
										4
									
								
								tty.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tty.c
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: tty.c,v 1.31 2008-06-21 12:41:05 nicm Exp $ */
 | 
			
		||||
/* $Id: tty.c,v 1.32 2008-06-21 12:41:26 nicm Exp $ */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
@@ -115,8 +115,6 @@ tty_open(struct tty *tty, char **cause)
 | 
			
		||||
		tty_raw(tty, ena_acs);
 | 
			
		||||
	tty_raw(tty, clear_screen);
 | 
			
		||||
 | 
			
		||||
	abort();
 | 
			
		||||
 | 
			
		||||
	tty_keys_init(tty);
 | 
			
		||||
 | 
			
		||||
	tty_fill_acs(tty);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user