summaryrefslogtreecommitdiff
path: root/src/io/tty.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io/tty.hpp')
-rw-r--r--src/io/tty.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/io/tty.hpp b/src/io/tty.hpp
index b6eb227..86dc6d5 100644
--- a/src/io/tty.hpp
+++ b/src/io/tty.hpp
@@ -22,6 +22,8 @@
# include "fwd.hpp"
+namespace tmwa
+{
# define SGR_BLACK "\e[30m"
# define SGR_RED "\e[31m"
# define SGR_GREEN "\e[32m"
@@ -34,5 +36,6 @@
# define SGR_BOLD "\e[1m"
# define SGR_RESET "\e[0m"
+} // namespace tmwa
#endif // TMWA_IO_TTY_HPP