From 2607f946da1b56bcb5bf9534e0122c8fe05c4469 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 12 Jun 2022 14:48:29 +0200 Subject: refactor: change normal mode cursor style to steady block --- src/game/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game') 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) { -- cgit v1.2.3-18-g5258