Whoops. Take out abort().

pull/1/head
Nicholas Marriott 2008-06-21 12:41:26 +00:00
parent a65238e98c
commit 91e5e9290d
1 changed files with 1 additions and 3 deletions

4
tty.c
View File

@ -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);