a
This commit is contained in:
parent
5891a637b9
commit
17798144a6
4
bink.py
4
bink.py
@ -138,7 +138,7 @@ class ActionBox(urwid.ListBox):
|
||||
elif keyl == "r":
|
||||
app.update()
|
||||
elif keyl in ("q", "x"):
|
||||
app.exit()
|
||||
app.terminate()
|
||||
elif keyl == " ":
|
||||
super().keypress(size, "page down")
|
||||
elif keyl in ("j", "n", "ctrl n"):
|
||||
@ -165,4 +165,4 @@ app = App()
|
||||
try:
|
||||
app.loop.run()
|
||||
except KeyboardInterrupt:
|
||||
app.exit()
|
||||
app.terminate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user