mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Avoids initial black screen after moving the mouse at first time.
This commit is contained in:
@@ -683,12 +683,9 @@ internal class CursesDriver : ConsoleDriver
|
||||
if (!RunningUnitTests)
|
||||
{
|
||||
Curses.CheckWinChange ();
|
||||
ClearContents ();
|
||||
|
||||
if (Force16Colors)
|
||||
{
|
||||
Curses.refresh ();
|
||||
}
|
||||
// On Init this call is needed no mater Force16Colors or not
|
||||
Curses.refresh ();
|
||||
|
||||
EscSeqUtils.ContinuousButtonPressed += EscSeqUtils_ContinuousButtonPressed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user