summaryrefslogtreecommitdiffstats
path: root/src/const_vars.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/const_vars.hpp')
-rw-r--r--src/const_vars.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/const_vars.hpp b/src/const_vars.hpp
index 9c7b1c5..d41f800 100644
--- a/src/const_vars.hpp
+++ b/src/const_vars.hpp
@@ -13,4 +13,11 @@ const int max_usermsg_len = oneline_len * 3 - max_name_len - 2; // ": " = 2
// 57 * 3 - 18 - 2 = 151
const int max_msg_len = oneline_len * 3; // 57*3 = 171
+const int key_enter = 10;
+const int key_escape = 27;
+const int key_backspace = 127;
+
+const int usually_msg = 0; // no first char
+const int system_msg = 1; // first char: '#'
+
#endif \ No newline at end of file