diff options
author | HampusM <hampus@hampusmat.com> | 2022-03-03 19:41:23 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-06-13 17:56:54 +0200 |
commit | 93123e97251fc791c1cac193d675cce9a1ac2de6 (patch) | |
tree | 4486453695d6f715e767bd91bcee89c92f54f7ba /src/engine/escape.hpp | |
parent | 70b21e90d7be4d892b7d17440d64630e7ee1a575 (diff) |
feat: add moving cursor
Diffstat (limited to 'src/engine/escape.hpp')
-rw-r--r-- | src/engine/escape.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/engine/escape.hpp b/src/engine/escape.hpp new file mode 100644 index 0000000..53a7c98 --- /dev/null +++ b/src/engine/escape.hpp @@ -0,0 +1,5 @@ +#pragma once + +#include <fmt/core.h> + +constexpr fmt::string_view ESC = "\x1B"; |