mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 03:08:46 +00: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>
|
* 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, ena_acs);
|
||||||
tty_raw(tty, clear_screen);
|
tty_raw(tty, clear_screen);
|
||||||
|
|
||||||
abort();
|
|
||||||
|
|
||||||
tty_keys_init(tty);
|
tty_keys_init(tty);
|
||||||
|
|
||||||
tty_fill_acs(tty);
|
tty_fill_acs(tty);
|
||||||
|
Loading…
Reference in New Issue
Block a user