aboutsummaryrefslogtreecommitdiff
path: root/src/strings.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings.hpp')
-rw-r--r--src/strings.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/strings.hpp b/src/strings.hpp
new file mode 100644
index 0000000..3678c57
--- /dev/null
+++ b/src/strings.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <fmt/core.h>
+
+constexpr fmt::string_view STATUS_BAR_COORDINATES = "X: {x} Y {y}";