mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Ensures always resizing if needed on macOS.
This commit is contained in:
@@ -142,6 +142,7 @@ namespace Terminal.Gui {
|
||||
Curses.raw ();
|
||||
Curses.noecho ();
|
||||
Curses.refresh ();
|
||||
ProcessWinChange ();
|
||||
}
|
||||
|
||||
private void ProcessWinChange ()
|
||||
|
||||
Reference in New Issue
Block a user