aboutsummaryrefslogtreecommitdiff
path: root/grid-view.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-21 09:37:06 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-21 09:37:06 +0000
commit8e3767e3441fc8b3c8d60c6dfcb0d313a89feecb (patch)
treeab566ee073b6afcf93e0b108f5c4bd8ff079e5fb /grid-view.c
parentc577b47cd5371a95a2656e0ee9c933313121714d (diff)
parentb8b5631d9d11ce786bdb049b9d5aa71b4582a93f (diff)
downloadrtmux-8e3767e3441fc8b3c8d60c6dfcb0d313a89feecb.tar.gz
rtmux-8e3767e3441fc8b3c8d60c6dfcb0d313a89feecb.tar.bz2
rtmux-8e3767e3441fc8b3c8d60c6dfcb0d313a89feecb.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'grid-view.c')
-rw-r--r--grid-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grid-view.c b/grid-view.c
index baaddbe0..3c5a8728 100644
--- a/grid-view.c
+++ b/grid-view.c
@@ -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));
+ return (grid_string_cells(gd, px, py, nx, NULL, 0, 0));
}