pull/4/head
parent
72c47caeca
commit
1d5fe74d80
|
@ -1649,6 +1649,12 @@ class ActionBox(urwid.ListBox):
|
|||
elif keyl in ["r", "f5"] and not overlay:
|
||||
app.refresh()
|
||||
|
||||
elif key == "~":
|
||||
# sssssshhhhhhhh
|
||||
app.loop.stop()
|
||||
run("sl", shell=True)
|
||||
app.loop.start()
|
||||
|
||||
elif app.mode == "thread" and not app.window_split and not overlay:
|
||||
message = app.thread["messages"][app.get_focus_post()]
|
||||
|
||||
|
|
Loading…
Reference in New Issue