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

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.123 and 1.124

version 1.123, 2019/03/18 21:46:01 version 1.124, 2019/04/23 20:36:55
Line 366 
Line 366 
                         return (-1);                          return (-1);
                 }                  }
                 return (0);                  return (0);
         case OPTIONS_TABLE_ARRAY:  
                 break;  
         }          }
         return (-1);          return (-1);
 }  }

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124