Ensures always resizing if needed on macOS.

This commit is contained in:
BDisp
2023-09-23 21:38:45 +01:00
parent 1262d236e5
commit e86687ee0b

View File

@@ -142,6 +142,7 @@ namespace Terminal.Gui {
Curses.raw ();
Curses.noecho ();
Curses.refresh ();
ProcessWinChange ();
}
private void ProcessWinChange ()