summaryrefslogtreecommitdiff
path: root/interface/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'interface/globals.py')
-rw-r--r--interface/globals.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/interface/globals.py b/interface/globals.py
new file mode 100644
index 0000000..64e70a6
--- /dev/null
+++ b/interface/globals.py
@@ -0,0 +1,3 @@
+import threading
+
+CURSES_LOCK = threading.RLock()