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

Diff for /src/usr.bin/tmux/tty-acs.c between version 1.7 and 1.8

version 1.7, 2019/05/17 05:48:25 version 1.8, 2020/04/16 14:25:35
Line 99 
Line 99 
             tty_term_number(tty->term, TTYC_U8) == 0)              tty_term_number(tty->term, TTYC_U8) == 0)
                 return (1);                  return (1);
   
         if (tty->flags & TTY_UTF8)          if (tty_get_flags(tty) & TERM_UTF8)
                 return (0);                  return (0);
         return (1);          return (1);
 }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8