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

Diff for /src/usr.bin/tmux/cmd-display-menu.c between version 1.8 and 1.9

version 1.8, 2020/03/28 09:39:44 version 1.9, 2020/03/28 09:51:12
Line 280 
Line 280 
   
         if (args_has(args, 'K'))          if (args_has(args, 'K'))
                 flags |= POPUP_WRITEKEYS;                  flags |= POPUP_WRITEKEYS;
         if (args_has(args, 'E'))          if (args_has(args, 'E') > 1)
                   flags |= POPUP_CLOSEEXITZERO;
           else if (args_has(args, 'E'))
                 flags |= POPUP_CLOSEEXIT;                  flags |= POPUP_CLOSEEXIT;
         if (popup_display(flags, item, px, py, w, h, nlines, lines, shellcmd,          if (popup_display(flags, item, px, py, w, h, nlines, lines, shellcmd,
             cmd, cwd, c, fs) != 0)              cmd, cwd, c, fs) != 0)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9