aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/statusline.hpp
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-02 19:51:54 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:00 +0200
commiteecf4b1e666211a13afa56f93477c55e8fd01621 (patch)
tree410510d6e058995174d5a5b0f535fb457a0c3542 /src/interfaces/statusline.hpp
parent87f55120f96d0f4f80b497dc9006d89df2dda125 (diff)
feat: implement game of lifev0.1.0
Diffstat (limited to 'src/interfaces/statusline.hpp')
-rw-r--r--src/interfaces/statusline.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/statusline.hpp b/src/interfaces/statusline.hpp
index 2fefa6d..a71699e 100644
--- a/src/interfaces/statusline.hpp
+++ b/src/interfaces/statusline.hpp
@@ -15,6 +15,8 @@ enum StatusLineSection
D = 3,
E = 4,
F = 5,
+ G = 6,
+ H = 7
};
// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions)