mirror of
https://github.com/tmate-io/tmate.git
synced 2024-11-23 16:43:11 +01:00
Whoops. Take out abort().
This commit is contained in:
parent
a65238e98c
commit
91e5e9290d
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);
|
||||
|
Loading…
Reference in New Issue
Block a user