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

Diff for /src/usr.bin/tmux/window-clock.c between version 1.12 and 1.13

version 1.12, 2015/08/28 12:25:42 version 1.13, 2015/09/14 13:22:02
Line 233 
Line 233 
                         screen_write_puts(&ctx, &gc, "%s", tim);                          screen_write_puts(&ctx, &gc, "%s", tim);
                 }                  }
   
   
                 screen_write_stop(&ctx);                  screen_write_stop(&ctx);
                 return;                  return;
         }          }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13