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

Diff for /src/usr.bin/tmux/cmd-show-messages.c between version 1.25 and 1.26

version 1.25, 2017/03/17 14:51:41 version 1.26, 2017/04/20 09:20:22
Line 76 
Line 76 
         u_int            n;          u_int            n;
   
         n = 0;          n = 0;
         LIST_FOREACH(job, &all_jobs, lentry) {          LIST_FOREACH(job, &all_jobs, entry) {
                 if (blank) {                  if (blank) {
                         cmdq_print(item, "%s", "");                          cmdq_print(item, "%s", "");
                         blank = 0;                          blank = 0;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26