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":
|
elif keyl == "r":
|
||||||
app.update()
|
app.update()
|
||||||
elif keyl in ("q", "x"):
|
elif keyl in ("q", "x"):
|
||||||
app.exit()
|
app.terminate()
|
||||||
elif keyl == " ":
|
elif keyl == " ":
|
||||||
super().keypress(size, "page down")
|
super().keypress(size, "page down")
|
||||||
elif keyl in ("j", "n", "ctrl n"):
|
elif keyl in ("j", "n", "ctrl n"):
|
||||||
@ -165,4 +165,4 @@ app = App()
|
|||||||
try:
|
try:
|
||||||
app.loop.run()
|
app.loop.run()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
app.exit()
|
app.terminate()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user