Reproducible with :find-window .. (<ctrl-b>f)
---
 grid-view.c |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/grid-view.c b/grid-view.c
index 7ef443a..c639b2a 100644
--- a/grid-view.c
+++ b/grid-view.c
@@ -229,10 +229,12 @@ grid_view_delete_cells(struct grid *gd, u_int px, u_int 
py, u_int nx)
 char *
 grid_view_string_cells(struct grid *gd, u_int px, u_int py, u_int nx)
 {
+       struct grid_cell *gc = NULL;
+
        GRID_DEBUG(gd, "px=%u, py=%u, nx=%u", px, py, nx);
 
        px = grid_view_x(gd, px);
        py = grid_view_y(gd, py);
 
-       return (grid_string_cells(gd, px, py, nx, NULL, 0, 0, 0));
+       return (grid_string_cells(gd, px, py, nx, &gc, 0, 0, 0));
 }
-- 
1.7.9.5


------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to