aboutsummaryrefslogtreecommitdiff
path: root/grid-view.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2022-07-06 10:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2022-07-06 10:01:10 +0100
commitb130e951cc3157ef4deeadc25cc668b8e355f234 (patch)
treea0e44afc634668186123f03e891a37b531fa19a5 /grid-view.c
parent9e19f132f2963d603a881d8e35411348638e5fc0 (diff)
parentd0d2c39decd1c342f2ffdb360e5d6b509b9bb34e (diff)
downloadrtmux-b130e951cc3157ef4deeadc25cc668b8e355f234.tar.gz
rtmux-b130e951cc3157ef4deeadc25cc668b8e355f234.tar.bz2
rtmux-b130e951cc3157ef4deeadc25cc668b8e355f234.zip
Merge branch 'obsd-master'
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 f230d3c8..689ac4e4 100644
--- a/grid-view.c
+++ b/grid-view.c
@@ -231,5 +231,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, 0));
+ return (grid_string_cells(gd, px, py, nx, NULL, 0, 0, 0, NULL));
}