summaryrefslogtreecommitdiffstats
path: root/tty.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-21 12:41:26 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-21 12:41:26 +0000
commit91e5e9290d5d845d86ce2fb5b271a1c2b231da7a (patch)
tree6c16d4b0e1bf408bc4e7b526e6df704034ac6303 /tty.c
parenta65238e98cf15406289035aa0e91292942825748 (diff)
Whoops. Take out abort().
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tty.c b/tty.c
index 9fa96c77..2649fdcf 100644
--- a/tty.c
+++ b/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);