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

Diff for /src/usr.bin/tmux/client.c between version 1.138 and 1.139

version 1.138, 2020/03/12 09:26:34 version 1.139, 2020/03/30 15:49:23
Line 251 
Line 251 
         /* Set up the initial command. */          /* Set up the initial command. */
         if (shell_command != NULL) {          if (shell_command != NULL) {
                 msg = MSG_SHELL;                  msg = MSG_SHELL;
                 flags = CLIENT_STARTSERVER;                  flags |= CLIENT_STARTSERVER;
         } else if (argc == 0) {          } else if (argc == 0) {
                 msg = MSG_COMMAND;                  msg = MSG_COMMAND;
                 flags |= CLIENT_STARTSERVER;                  flags |= CLIENT_STARTSERVER;

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139