diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-08-01 09:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-08-01 09:02:26 +0100 |
commit | cea87758e7b0dbd1fa1e8a8e6443dfb59bf72de6 (patch) | |
tree | 0268de1a8b9f7d25063224e395e7bf1d0a3503aa | |
parent | 900e583c7ada6a4899cde93e448f6b5f64371a6b (diff) | |
parent | 58bbce09e210ab1fcead4496e3983332b0cb3bf3 (diff) | |
download | rtmux-cea87758e7b0dbd1fa1e8a8e6443dfb59bf72de6.tar.gz rtmux-cea87758e7b0dbd1fa1e8a8e6443dfb59bf72de6.tar.bz2 rtmux-cea87758e7b0dbd1fa1e8a8e6443dfb59bf72de6.zip |
Merge branch 'obsd-master'
-rw-r--r-- | grid.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1220,10 +1220,6 @@ grid_reflow(struct grid *gd, u_int sx) 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 * line data and may not be fully valid. |