From 5ae542e7eed70cf37a658356f37a913a8c4aefef Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 12 Nov 2009 08:05:23 +0000 Subject: Emulate the ri (reverse index) capability: this allows tmux to at least start on Sun consoles (TERM=sun or sun-color), even if there appear to still be problems on some boxes (my Blade 100 is fine but edd's Blade 1000 shows odd screen corruption). --- 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 22fdcb60..09ff9b1e 100644 --- a/tty-term.c +++ b/tty-term.c @@ -378,10 +378,6 @@ tty_term_find(char *name, int fd, const char *overrides, char **cause) 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)) { xasprintf(cause, "terminal does not support cup"); goto error; -- cgit v1.2.3