[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.78 and 1.79

version 1.78, 2015/11/14 10:56:31 version 1.79, 2015/11/14 10:57:59
Line 546 
Line 546 
                                 goto discard_key;                                  goto discard_key;
                         goto partial_key;                          goto partial_key;
                 }                  }
                   more = 1;
                 for (i = 1; i < size; i++)                  for (i = 1; i < size; i++)
                         more = utf8_append(&ud, (u_char)buf[i]);                          more = utf8_append(&ud, (u_char)buf[i]);
                 if (more != 0)                  if (more != 0)

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79