index
:
game-of-life
master
A c++ Linux CLI implementation of John Conway's game of life
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine
/
escape.hpp
blob: 53a7c982e7d5828c9e843e10ba86c890a2b639d6 (
plain
)
1
2
3
4
5
#pragma once
#include
<fmt/core.h>
constexpr
fmt
::
string_view
ESC
=
"
\x1B
"
;