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

Diff for /src/usr.bin/tmux/format.c between version 1.257 and 1.258

version 1.257, 2020/06/01 19:39:25 version 1.258, 2020/06/11 19:43:34
Line 1156 
Line 1156 
         }          }
 }  }
   
   /* Get format pane. */
   struct window_pane *
   format_get_pane(struct format_tree *ft)
   {
           return (ft->wp);
   }
   
 /* Add item bits to tree. */  /* Add item bits to tree. */
 static void  static void
 format_create_add_item(struct format_tree *ft, struct cmdq_item *item)  format_create_add_item(struct format_tree *ft, struct cmdq_item *item)

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258