=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.44 retrieving revision 1.45 diff -c -r1.44 -r1.45 *** src/usr.bin/tmux/format.c 2014/04/17 15:37:55 1.44 --- src/usr.bin/tmux/format.c 2014/05/13 07:34:35 1.45 *************** *** 1,4 **** ! /* $OpenBSD: format.c,v 1.44 2014/04/17 15:37:55 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: format.c,v 1.45 2014/05/13 07:34:35 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 608,613 **** --- 608,614 ---- char *s; format_add(ft, "buffer_size", "%zu", pb->size); + format_add(ft, "buffer_name", "%s", pb->name); s = paste_make_sample(pb, utf8flag); format_add(ft, "buffer_sample", "%s", s);