diff --git a/Terminal.Gui/ConsoleDrivers/NetDriver.cs b/Terminal.Gui/ConsoleDrivers/NetDriver.cs index 15f2064fe..19e3667b6 100644 --- a/Terminal.Gui/ConsoleDrivers/NetDriver.cs +++ b/Terminal.Gui/ConsoleDrivers/NetDriver.cs @@ -374,11 +374,11 @@ internal class NetEvents : IDisposable return; } - _winChange.Wait (_inputReadyCancellationTokenSource.Token); - _winChange.Reset (); - try { + _winChange.Wait (_inputReadyCancellationTokenSource.Token); + _winChange.Reset (); + RequestWindowSize (_inputReadyCancellationTokenSource.Token); } catch (OperationCanceledException)