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

Diff for /src/usr.bin/tmux/layout-custom.c between version 1.22 and 1.23

version 1.22, 2023/02/02 09:24:59 version 1.23, 2024/04/15 08:19:55
Line 230 
Line 230 
         /* Check the new layout. */          /* Check the new layout. */
         if (!layout_check(lc)) {          if (!layout_check(lc)) {
                 *cause = xstrdup("size mismatch after applying layout");                  *cause = xstrdup("size mismatch after applying layout");
                 return (-1);                  goto fail;
         }          }
   
         /* Resize to the layout size. */          /* Resize to the layout size. */

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23