summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tmux/tty.c')
-rw-r--r--usr.bin/tmux/tty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tty.c b/usr.bin/tmux/tty.c
index 243d27e2d4e..96ff8efe0a9 100644
--- a/usr.bin/tmux/tty.c
+++ b/usr.bin/tmux/tty.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tty.c,v 1.68 2009/11/05 22:35:28 nicm Exp $ */
+/* $OpenBSD: tty.c,v 1.69 2009/11/09 22:50:29 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -138,7 +138,6 @@ void
tty_error_callback(
unused struct bufferevent *bufev, unused short what, unused void *data)
{
- fatalx("lost terminal");
}
void