aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-11-27 18:55:47 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-11-27 18:55:47 +0000
commit8f163b8caacff052eab5b1f44794ae92962c5072 (patch)
treeff4b98085eb713f5719f866fd8e14902ce999b62 /tty.c
parent8bef3adc8348b979f54e6c25ddc0c2f15e1821d1 (diff)
downloadrtmux-8f163b8caacff052eab5b1f44794ae92962c5072.tar.gz
rtmux-8f163b8caacff052eab5b1f44794ae92962c5072.tar.bz2
rtmux-8f163b8caacff052eab5b1f44794ae92962c5072.zip
Support dfly, from joshe.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tty.c b/tty.c
index 22f0daf7..7dc7f441 100644
--- a/tty.c
+++ b/tty.c
@@ -1,4 +1,4 @@
-/* $Id: tty.c,v 1.51 2008-11-16 13:28:59 nicm Exp $ */
+/* $Id: tty.c,v 1.52 2008-11-27 18:55:47 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -301,10 +301,6 @@ tty_find_term(char *name, int fd, char **cause)
xasprintf(cause, "carriage_return missing");
goto error;
}
- if (cursor_left == NULL) {
- xasprintf(cause, "cursor_left missing");
- goto error;
- }
if (parm_up_cursor == NULL && cursor_up == NULL) {
xasprintf(cause, "parm_up_cursor missing");
goto error;