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

Diff for /src/usr.bin/tmux/cfg.c between version 1.73 and 1.74

version 1.73, 2019/06/05 20:00:53 version 1.74, 2019/06/18 11:08:42
Line 53 
Line 53 
                 cfg_show_causes(RB_MIN(sessions, &sessions));                  cfg_show_causes(RB_MIN(sessions, &sessions));
   
         if (cfg_item != NULL)          if (cfg_item != NULL)
                 cfg_item->flags &= ~CMDQ_WAITING;                  cmdq_continue(cfg_item);
   
         status_prompt_load_history();          status_prompt_load_history();
   

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74