[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.367 and 1.368

version 1.367, 2020/05/16 14:39:40 version 1.368, 2020/05/16 14:42:06
Line 674 
Line 674 
                 mode &= ~MODE_CURSOR;                  mode &= ~MODE_CURSOR;
   
         changed = mode ^ tty->mode;          changed = mode ^ tty->mode;
         log_debug("%s: update mode %x to %x", c->name, tty->mode, mode);          if (changed != 0)
                   log_debug("%s: update mode %x to %x", c->name, tty->mode, mode);
   
         if (changed & MODE_BLINKING) {          if (changed & MODE_BLINKING) {
                 if (tty_term_has(tty->term, TTYC_CVVIS))                  if (tty_term_has(tty->term, TTYC_CVVIS))

Legend:
Removed from v.1.367  
changed lines
  Added in v.1.368