From 0f9f82c875fef4c8057a994552aa7d7a702b411a Mon Sep 17 00:00:00 2001 From: HampusM Date: Wed, 8 Jun 2022 18:48:39 +0200 Subject: fix: prevent birth cells from trespassing statusline --- src/game/game.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/game.hpp') diff --git a/src/game/game.hpp b/src/game/game.hpp index a35c0ce..4d83fe5 100644 --- a/src/game/game.hpp +++ b/src/game/game.hpp @@ -79,6 +79,8 @@ private: Mode _current_mode; + int32_t _minimum_cursor_pos_y; + std::optional _last_pos_before_command_mode; std::string _command_mode_input; -- cgit v1.2.3-18-g5258