disable mouse support

This commit is contained in:
nebula 2025-04-26 21:42:42 +00:00
parent 2487ac0214
commit 2f04636314

View File

@ -110,7 +110,8 @@ class App():
ActionBox(self.walker),
footer=urwid.Text(("reverse", footer))
),
palette=attrmap
palette=attrmap,
handle_mouse=False
)
def update(self, before=None, clear=True):