Description
Feature request to disable Console.Clear() when application exits.
I suspect this is the line. (Forgive me if I'm wrong as I am very new to C# programming.)
I rather like the original console being preserved even after it exits. It would be a handy choice to have in the driver.
(Note, i am not sure what the difference of Direct vs Buffer is. I tested it and see no difference. Its my understanding that buffer was a separate terminal screen in order to not junk up or make an unnecessary history on the normal one. I am pretty sure I am wrong tho. Still new to a lot of this.)
Please and thank you!
Use Case
This would give people more control for the console to be preserved, no matter the type of render mode they use. At least that's my hope.
Proposed Solution
This line being optional depending on a setting made in the driver, if possible.
Alternatives Considered
No response
Description
Feature request to disable Console.Clear() when application exits.
I suspect this is the line. (Forgive me if I'm wrong as I am very new to C# programming.)
ConsoleEx/SharpConsoleUI/Drivers/NetConsoleDriver.cs
Line 602 in 7191cb6
I rather like the original console being preserved even after it exits. It would be a handy choice to have in the driver.
(Note, i am not sure what the difference of Direct vs Buffer is. I tested it and see no difference. Its my understanding that buffer was a separate terminal screen in order to not junk up or make an unnecessary history on the normal one. I am pretty sure I am wrong tho. Still new to a lot of this.)
Please and thank you!
Use Case
This would give people more control for the console to be preserved, no matter the type of render mode they use. At least that's my hope.
Proposed Solution
ConsoleEx/SharpConsoleUI/Drivers/NetConsoleDriver.cs
Line 602 in 7191cb6
This line being optional depending on a setting made in the driver, if possible.
Alternatives Considered
No response