mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Emulate dch/dch1 if missing by redrawing the entire line.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user