=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-term.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/tmux/tty-term.c 2009/10/26 16:00:51 1.13 +++ src/usr.bin/tmux/tty-term.c 2009/11/12 08:05:23 1.14 @@ -1,4 +1,4 @@ -/* $OpenBSD: tty-term.c,v 1.13 2009/10/26 16:00:51 nicm Exp $ */ +/* $OpenBSD: tty-term.c,v 1.14 2009/11/12 08:05:23 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -376,10 +376,6 @@ /* These are always required. */ if (!tty_term_has(term, TTYC_CLEAR)) { xasprintf(cause, "terminal does not support clear"); - goto error; - } - if (!tty_term_has(term, TTYC_RI)) { - xasprintf(cause, "terminal does not support ri"); goto error; } if (!tty_term_has(term, TTYC_CUP)) {