[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.82 and 1.83

version 1.82, 2020/06/05 09:32:15 version 1.83, 2020/08/24 05:22:28
Line 302 
Line 302 
                                 ptr++;                                  ptr++;
                         if (*ptr == '>')                          if (*ptr == '>')
                                 ptr++;                                  ptr++;
                           if (*ptr == '\0')
                                   break;
                 }                  }
   
                 buf[len++] = *ptr;                  buf[len++] = *ptr;

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83