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

Diff for /src/usr.bin/tmux/cmd-list-keys.c between version 1.10 and 1.11

version 1.10, 2009/11/18 10:18:25 version 1.11, 2009/12/03 22:50:10
Line 75 
Line 75 
                 if (used >= sizeof tmp)                  if (used >= sizeof tmp)
                         continue;                          continue;
   
                 if (!(bd->key & KEYC_PREFIX)) {                  if (!(bd->key & KEYC_PREFIX)) {
                         used = strlcat(tmp, "(no prefix) ", sizeof tmp);                          used = strlcat(tmp, "(no prefix) ", sizeof tmp);
                         if (used >= sizeof tmp)                          if (used >= sizeof tmp)
                                 continue;                                  continue;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11