Skip to content

Commit

Permalink
This fixes #2642
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Jan 27, 2020
1 parent 156a657 commit 2e48ed3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/host/getset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1349,7 +1349,6 @@ void DoSrvPrivateShowCursor(SCREEN_INFORMATION& screenInfo, const bool show) noe
void DoSrvPrivateAllowCursorBlinking(SCREEN_INFORMATION& screenInfo, const bool fEnable)
{
screenInfo.GetActiveBuffer().GetTextBuffer().GetCursor().SetBlinkingAllowed(fEnable);
screenInfo.GetActiveBuffer().GetTextBuffer().GetCursor().SetIsOn(!fEnable);
}

// Routine Description:
Expand Down

0 comments on commit 2e48ed3

Please sign in to comment.