From 926b52b6002164b4bc82624674d488e7fe1e42c2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 21 Aug 2009 12:29:59 +0000 Subject: Emulate dch/dch1 if missing by redrawing the entire line. --- tty-term.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tty-term.c') diff --git a/tty-term.c b/tty-term.c index 37826dab..50b2520a 100644 --- a/tty-term.c +++ b/tty-term.c @@ -338,10 +338,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 v1.2.3