From 633e74ef805f30049b808c067963aba3309f0d47 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 21 Aug 2009 21:15:00 +0000 Subject: Sync OpenBSD patchset 287: Emulate dch/dch1 if missing by redrawing the entire line. --- tty-term.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tty-term.c') diff --git a/tty-term.c b/tty-term.c index aac1f8c7..2d7bcae9 100644 --- a/tty-term.c +++ b/tty-term.c @@ -1,4 +1,4 @@ -/* $Id: tty-term.c,v 1.28 2009-08-09 16:52:06 tcunha Exp $ */ +/* $Id: tty-term.c,v 1.29 2009-08-21 21:15:00 tcunha Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -337,10 +337,6 @@ tty_term_find(char *name, int fd, const char *overrides, char **cause) "terminal does not support ich1 or ich or smir and rmir"); goto error; } - if (!tty_term_has(term, TTYC_DCH1) && !tty_term_has(term, TTYC_DCH)) { - xasprintf(cause, "terminal does not support dch1 or dch"); - goto error; - } /* * Figure out if terminal support default colours. AX is a screen -- cgit