Skip to content

Commit

Permalink
Ensure the cursor is not visible at startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
samizzo committed Apr 22, 2023
1 parent 0c695ea commit 257b797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/HexView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ HexView::HexView(File* file)
assert(file);
if (m_file->IsOpen())
m_fileSize = m_file->GetSize();

s_consoleBuffer->SetCursor(false, 1);
}

HexView::~HexView()
Expand Down

0 comments on commit 257b797

Please sign in to comment.