diff options
Diffstat (limited to 'src/engine/components/statusline.hpp')
-rw-r--r-- | src/engine/components/statusline.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/components/statusline.hpp b/src/engine/components/statusline.hpp index 3fdb8d3..8c1969b 100644 --- a/src/engine/components/statusline.hpp +++ b/src/engine/components/statusline.hpp @@ -38,6 +38,9 @@ private: std::unordered_map<StatusLineSection, int32_t> _section_lengths; bool _need_render; + void + _matrix_write_string(const Vector2 &position, const std::string_view &str) noexcept; + [[nodiscard]] auto _get_section_start_x(StatusLineSection section) const noexcept -> int32_t; |