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

Diff for /src/usr.bin/tmux/window-copy.c between version 1.123 and 1.124

version 1.123, 2015/02/05 10:29:43 version 1.124, 2015/03/31 17:45:10
Line 1216 
Line 1216 
                         limit = screen_size_x(s) + 1;                          limit = screen_size_x(s) + 1;
                 if (data->inputtype == WINDOW_COPY_NUMERICPREFIX) {                  if (data->inputtype == WINDOW_COPY_NUMERICPREFIX) {
                         xoff = size = xsnprintf(hdr, limit,                          xoff = size = xsnprintf(hdr, limit,
                             "Repeat: %u", data->numprefix);                              "Repeat: %d", data->numprefix);
                 } else {                  } else {
                         xoff = size = xsnprintf(hdr, limit,                          xoff = size = xsnprintf(hdr, limit,
                             "%s: %s", data->inputprompt, data->inputstr);                              "%s: %s", data->inputprompt, data->inputstr);

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124