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

Diff for /src/usr.bin/tmux/tty.c between version 1.349 and 1.350

version 1.349, 2020/04/16 14:03:51 version 1.350, 2020/04/16 14:25:35
Line 1255 
Line 1255 
                 return (gc);                  return (gc);
   
         /* UTF-8 terminal and a UTF-8 character - fine. */          /* UTF-8 terminal and a UTF-8 character - fine. */
         if (tty->flags & TTY_UTF8)          if (tty_get_flags(tty) & TERM_UTF8)
                 return (gc);                  return (gc);
   
         /* Replace by the right number of underscores. */          /* Replace by the right number of underscores. */

Legend:
Removed from v.1.349  
changed lines
  Added in v.1.350