diff options
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); |