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

Diff for /src/usr.bin/tmux/cmd.c between version 1.154 and 1.155

version 1.154, 2019/08/29 07:13:48 version 1.155, 2019/10/03 10:24:05
Line 385 
Line 385 
 {  {
         const struct cmd_entry  **loop, *entry, *found = NULL;          const struct cmd_entry  **loop, *entry, *found = NULL;
         int                       ambiguous;          int                       ambiguous;
         char                      s[BUFSIZ];          char                      s[8192];
   
         ambiguous = 0;          ambiguous = 0;
         for (loop = cmd_table; *loop != NULL; loop++) {          for (loop = cmd_table; *loop != NULL; loop++) {

Legend:
Removed from v.1.154  
changed lines
  Added in v.1.155