=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/grid.c,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- src/usr.bin/tmux/grid.c 2019/07/16 10:30:56 1.98 +++ src/usr.bin/tmux/grid.c 2019/08/01 07:08:13 1.99 @@ -1,4 +1,4 @@ -/* $OpenBSD: grid.c,v 1.98 2019/07/16 10:30:56 nicm Exp $ */ +/* $OpenBSD: grid.c,v 1.99 2019/08/01 07:08:13 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -1219,10 +1219,6 @@ struct grid_line *gl; struct grid_cell gc; u_int yy, width, i, at, first; - - /* Do not reflow to the same size. */ - if (sx == gd->sx) - return; /* * Create a destination grid. This is just used as a container for the