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

Diff for /src/usr.bin/tmux/menu.c between version 1.29 and 1.30

version 1.29, 2020/05/16 16:35:13 version 1.30, 2020/05/25 11:59:50
Line 111 
Line 111 
   
         menu = xcalloc(1, sizeof *menu);          menu = xcalloc(1, sizeof *menu);
         menu->title = xstrdup(title);          menu->title = xstrdup(title);
           menu->width = format_width(title);
   
         return (menu);          return (menu);
 }  }

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30