From 8eefe7a76402ba0cf71fa742523e2e51d623ed78 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 8 Sep 2021 09:43:19 -0700 Subject: [PATCH] docs: changelog for #1074 closes: #1074 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9b9d64c36..92c504483 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -38,6 +38,7 @@ As features stabilize some brief notes about them will accumulate here. * Fixed: invisible cursor in CopyMode when using kakoune [#1113](https://github.com/wez/wezterm/issues/1113) * Fixed: Wayland: `bypass_mouse_reporting_modifiers` didn't work. Thanks to [@unrelentingtech](https://github.com/unrelentingtech)! [#1122](https://github.com/wez/wezterm/issues/1122) * Improved: window close confirmations now accept both uppercase and lowercase Y/N key presses. Thanks to [@SpyrosRoum](https://github.com/SpyrosRoum)! [#1119](https://github.com/wez/wezterm/pull/1119) +* Fixed: new tabs could have the wrong number of rows and columns if a tiling WM resizes the window before OpenGL has been setup. [#1074](https://github.com/wez/wezterm/issues/1074) ### 20210814-124438-54e29167