Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
imp - Removed workaround for resize listener
Browse files Browse the repository at this point in the history
---

As we're no longer using this workaround due to Terminaux's improved resize handler, we've decided to clean things up.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Mar 10, 2024
1 parent f62e35b commit cdb2928
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GRILO.Bootloader/Common/Entry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ static void Main()
DiagnosticsWriter.WriteDiag(DiagnosticsLevel.Info, "Config read successfully.");

// Run the console resize listener
ConsoleResizeHandler.RunEssentialHandler = false;
ConsoleResizeListener.StartResizeListener((_, _, _, _) => ScreenTools.Render());
ConsoleResizeListener.StartResizeListener();

// Set the foreground and the background color
ColorTools.AllowForeground = true;
Expand Down

0 comments on commit cdb2928

Please sign in to comment.