From 44d7fec2624dd5a59fc93e229c0e3221f8311278 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 12 Jun 2022 14:46:38 +0200 Subject: refactor: improve configuring cursor style --- src/game/game.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/game/game.hpp') diff --git a/src/game/game.hpp b/src/game/game.hpp index 09a9ee0..e69ce46 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -83,6 +83,9 @@ private: Mode _current_mode; + CursorStyle _normal_mode_cursor_style; + CursorStyle _command_mode_cursor_style; + int32_t _minimum_cursor_pos_y; std::optional _last_pos_before_command_mode; -- cgit v1.2.3-18-g5258