aboutsummaryrefslogtreecommitdiff
path: root/grid.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-01-18 12:01:22 +0000
committerThomas Adam <thomas@xteddy.org>2021-01-18 12:01:22 +0000
commit66da51b6310baf408d805e0ec2f36f35bdb85339 (patch)
tree8633c0e880c267e4ce55729b69149e837e658a61 /grid.c
parent3c86fa2ad0b7815c8f26618aefee24cb6d17cddb (diff)
parent91d112bf12789da07e25ed001f7961b1d6bd7a76 (diff)
downloadrtmux-66da51b6310baf408d805e0ec2f36f35bdb85339.tar.gz
rtmux-66da51b6310baf408d805e0ec2f36f35bdb85339.tar.bz2
rtmux-66da51b6310baf408d805e0ec2f36f35bdb85339.zip
Merge branch 'obsd-master' into master
Diffstat (limited to 'grid.c')
-rw-r--r--grid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/grid.c b/grid.c
index 90e1a0a5..3eeb7a27 100644
--- a/grid.c
+++ b/grid.c
@@ -701,7 +701,6 @@ grid_move_lines(struct grid *gd, u_int dy, u_int py, u_int ny, u_int bg)
gd->linedata[py - 1].flags &= ~GRID_LINE_WRAPPED;
}
-
/* Move a group of cells. */
void
grid_move_cells(struct grid *gd, u_int dx, u_int px, u_int py, u_int nx,