[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.150 and 1.151

version 1.150, 2021/08/13 07:37:58 version 1.151, 2021/10/21 08:36:51
Line 1204 
Line 1204 
         buf += 5;          buf += 5;
         end -= 5;          end -= 5;
   
           /* Adjust end so that it points to the start of the terminator. */
           end -= terminator - 1;
   
         /* Get the second argument. */          /* Get the second argument. */
         while (end != 0 && *buf != ';') {          while (end != 0 && *buf != ';') {
                 buf++;                  buf++;

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151