diff options
Diffstat (limited to 'src/game/game.cpp')
-rw-r--r-- | src/game/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game.cpp b/src/game/game.cpp index 95bedb9..4b63c5a 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -36,7 +36,7 @@ Game::Game( _cell_helper(std::move(cell_helper)), _rle_reader(std::move(rle_reader)), _current_mode(Mode::NORMAL), - _normal_mode_cursor_style(CursorStyle::BlinkingBlock), + _normal_mode_cursor_style(CursorStyle::SteadyBlock), _command_mode_cursor_style(CursorStyle::SteadyBar), _minimum_cursor_pos_y(0) { |