[BACK]Return to tty-term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty-term.c between version 1.69 and 1.70

version 1.69, 2019/11/28 09:56:25 version 1.70, 2020/01/12 21:07:07
Line 538 
Line 538 
          * do the best possible.           * do the best possible.
          */           */
         if (!tty_term_flag(term, TTYC_XENL))          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. */          /* Generate ACS table. If none is present, use nearest ASCII. */
         memset(term->acs, 0, sizeof term->acs);          memset(term->acs, 0, sizeof term->acs);

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70