diff --git a/public/Nitrocid/ConsoleBase/ConsoleTools.cs b/public/Nitrocid/ConsoleBase/ConsoleTools.cs index ff2abead45..bc6efcfd2e 100644 --- a/public/Nitrocid/ConsoleBase/ConsoleTools.cs +++ b/public/Nitrocid/ConsoleBase/ConsoleTools.cs @@ -146,22 +146,8 @@ internal static void ShowColorRampAndSet() { var screen = new Screen(); var rampPart = new ScreenPart(); - bool clear = true; ScreenTools.SetCurrent(screen); - // Clear screen if needed - rampPart.AddDynamicText(() => - { - if (clear || Terminaux.Base.ConsoleResizeHandler.WasResized()) - { - clear = false; - return - VtSequenceBuilderTools.BuildVtSequence(VtSequenceSpecificTypes.CsiCursorPosition, 1, 1) + - VtSequenceBuilderTools.BuildVtSequence(VtSequenceSpecificTypes.CsiEraseInDisplay, 0); - } - return ""; - }); - // Show a tip rampPart.AddDynamicText(() => {