commit | 47c0405b332e080e483e04752fd93955a8140505 | [log] [download] |
---|---|---|
author | nicm <nicm> | Mon Oct 14 09:16:48 2019 +0000 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Tue Nov 26 13:14:00 2019 +0000 |
tree | 269d1a96b28193128288febfec0784e76663322c | |
parent | f0712a7569c4a14276567bad123e18214c9137db [diff] |
Some old tmux versions can sometimes generate layout strings which have the incorrect size for the top cell. Previously tmux didn't care but now that panes can be partly hidden, the size matters and is checked more strictly. So add some code to fix up the most common problem and a sanity check to reject layouts with any other size problems. Reported by Aleksandrs Ledovskis in GitHub issue 1930.