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

Diff for /src/usr.bin/tmux/Attic/window-choose.c between version 1.83 and 1.84

version 1.83, 2017/01/07 15:28:13 version 1.84, 2017/01/15 22:00:56
Line 255 
Line 255 
         if (cdata->command == NULL)          if (cdata->command == NULL)
                 return;                  return;
   
         if (cmd_string_parse(cdata->command, &cmdlist, NULL, 0, &cause) != 0) {          cmdlist = cmd_string_parse(cdata->command, NULL, 0, &cause);
           if (cmdlist == NULL) {
                 if (cause != NULL) {                  if (cause != NULL) {
                         *cause = toupper((u_char) *cause);                          *cause = toupper((u_char) *cause);
                         status_message_set(cdata->start_client, "%s", cause);                          status_message_set(cdata->start_client, "%s", cause);

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84