=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-capture-pane.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- src/usr.bin/tmux/cmd-capture-pane.c 2013/03/25 10:04:04 1.21 +++ src/usr.bin/tmux/cmd-capture-pane.c 2013/03/25 10:05:35 1.22 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd-capture-pane.c,v 1.21 2013/03/25 10:04:04 nicm Exp $ */ +/* $OpenBSD: cmd-capture-pane.c,v 1.22 2013/03/25 10:05:35 nicm Exp $ */ /* * Copyright (c) 2009 Jonathan Alvarado @@ -111,7 +111,7 @@ gc = NULL; for (i = top; i <= bottom; i++) { line = grid_string_cells(gd, 0, i, sx, &gc, with_codes, - escape_c0); + escape_c0, !join_lines); linelen = strlen(line); buf = xrealloc(buf, 1, len + linelen + 1);