=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-term.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -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 **** ! /* $OpenBSD: tty-term.c,v 1.13 2009/10/26 16:00:51 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty-term.c,v 1.14 2009/11/12 08:05:23 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 376,385 **** /* 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)) { --- 376,381 ----