[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.1 and 1.2

version 1.1, 2009/11/18 13:16:33 version 1.2, 2009/12/03 22:50:10
Line 57 
Line 57 
   
                 tim = ctime(&msg->msg_time);                  tim = ctime(&msg->msg_time);
                 *strchr(tim, '\n') = '\0';                  *strchr(tim, '\n') = '\0';
   
                 ctx->print(ctx, "%s %s", tim, msg->msg);                  ctx->print(ctx, "%s %s", tim, msg->msg);
         }          }
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2