aboutsummaryrefslogtreecommitdiff
path: root/bin/modules/handler.py
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
committerPaul Oliver <contact@pauloliver.dev>2024-02-29 02:29:14 +0100
commita04bacb4aeb741c4d1a77238f49e1e48e31572cb (patch)
treea7e419d2dfeee5dcb73cae308a431736ce268451 /bin/modules/handler.py
parent38764943e5fc61c424c018068dc7f6790dddf147 (diff)
Hex. toggle on minimal 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,
]