mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
The terminal type was never as much use as I expected so remove it in
favour of a couple of flags for the features used (DECSLRM and DECFRA). Also rename the flag for no xenl to be more obvious while here.
This commit is contained in:
@ -538,7 +538,7 @@ tty_term_find(char *name, int fd, char **cause)
|
||||
* do the best possible.
|
||||
*/
|
||||
if (!tty_term_flag(term, TTYC_XENL))
|
||||
term->flags |= TERM_EARLYWRAP;
|
||||
term->flags |= TERM_NOXENL;
|
||||
|
||||
/* Generate ACS table. If none is present, use nearest ASCII. */
|
||||
memset(term->acs, 0, sizeof term->acs);
|
||||
|
Reference in New Issue
Block a user