=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-copy.c,v retrieving revision 1.123 retrieving revision 1.124 diff -c -r1.123 -r1.124 *** src/usr.bin/tmux/window-copy.c 2015/02/05 10:29:43 1.123 --- src/usr.bin/tmux/window-copy.c 2015/03/31 17:45:10 1.124 *************** *** 1,4 **** ! /* $OpenBSD: window-copy.c,v 1.123 2015/02/05 10:29:43 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-copy.c,v 1.124 2015/03/31 17:45:10 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1216,1222 **** limit = screen_size_x(s) + 1; if (data->inputtype == WINDOW_COPY_NUMERICPREFIX) { xoff = size = xsnprintf(hdr, limit, ! "Repeat: %u", data->numprefix); } else { xoff = size = xsnprintf(hdr, limit, "%s: %s", data->inputprompt, data->inputstr); --- 1216,1222 ---- limit = screen_size_x(s) + 1; if (data->inputtype == WINDOW_COPY_NUMERICPREFIX) { xoff = size = xsnprintf(hdr, limit, ! "Repeat: %d", data->numprefix); } else { xoff = size = xsnprintf(hdr, limit, "%s: %s", data->inputprompt, data->inputstr);