Preserve trailing spaces with capture-pane -J, from George Nachman.

This commit is contained in:
Nicholas Marriott
2013-03-25 10:05:35 +00:00
parent e2e85650ac
commit e85f764f23
2 changed files with 62 additions and 47 deletions

View File

@ -234,5 +234,5 @@ grid_view_string_cells(struct grid *gd, u_int px, u_int py, u_int nx)
px = grid_view_x(gd, px);
py = grid_view_y(gd, py);
return (grid_string_cells(gd, px, py, nx, NULL, 0, 0));
return (grid_string_cells(gd, px, py, nx, NULL, 0, 0, 0));
}