aboutsummaryrefslogtreecommitdiff
path: root/bin/modules/handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/modules/handler.py')
-rw-r--r--bin/modules/handler.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/modules/handler.py b/bin/modules/handler.py
index ad62c5c..18f8827 100644
--- a/bin/modules/handler.py
+++ b/bin/modules/handler.py
@@ -38,6 +38,7 @@ class Handler:
self.__min_commands = [
ord("M"),
ord(" "),
+ ord("X"),
curses.KEY_RESIZE,
self.KEY_ESCAPE,
]