disable mouse support
This commit is contained in:
parent
2487ac0214
commit
2f04636314
3
bink.py
3
bink.py
@ -110,7 +110,8 @@ class App():
|
|||||||
ActionBox(self.walker),
|
ActionBox(self.walker),
|
||||||
footer=urwid.Text(("reverse", footer))
|
footer=urwid.Text(("reverse", footer))
|
||||||
),
|
),
|
||||||
palette=attrmap
|
palette=attrmap,
|
||||||
|
handle_mouse=False
|
||||||
)
|
)
|
||||||
|
|
||||||
def update(self, before=None, clear=True):
|
def update(self, before=None, clear=True):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user