summaryrefslogtreecommitdiff
path: root/poezio/ui/consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/ui/consts.py')
-rw-r--r--poezio/ui/consts.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/poezio/ui/consts.py b/poezio/ui/consts.py
new file mode 100644
index 00000000..91f19a82
--- /dev/null
+++ b/poezio/ui/consts.py
@@ -0,0 +1,4 @@
+FORMAT_CHAR = '\x19'
+# These are non-printable chars, so they should never appear in the input,
+# I guess. But maybe we can find better chars that are even less risky.
+FORMAT_CHARS = '\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18\x1A'