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

Diff for /src/usr.bin/tmux/tty-keys.c between version 1.122 and 1.123

version 1.122, 2020/01/28 11:39:51 version 1.123, 2020/04/16 13:35:24
Line 1117 
Line 1117 
   
         /* Set terminal flags. */          /* Set terminal flags. */
         if (strncmp(tmp, "ITERM2 ", 7) == 0)          if (strncmp(tmp, "ITERM2 ", 7) == 0)
                 flags |= (TERM_DECSLRM|TERM_256COLOURS|TERM_RGBCOLOURS);                  flags |= (TERM_DECSLRM|TERM_256COLOURS|TERM_RGBCOLOURS|TERM_SYNC);
         if (strncmp(tmp, "TMUX ", 5) == 0)          if (strncmp(tmp, "TMUX ", 5) == 0)
                 flags |= (TERM_256COLOURS|TERM_RGBCOLOURS);                  flags |= (TERM_256COLOURS|TERM_RGBCOLOURS);
         log_debug("%s: received DSR %.*s", c->name, (int)*size, buf);          log_debug("%s: received DSR %.*s", c->name, (int)*size, buf);

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123