From a04bacb4aeb741c4d1a77238f49e1e48e31572cb Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Hex. toggle on minimal mode --- bin/modules/handler.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/modules/handler.py') 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, ] -- cgit v1.2.1