This commit is contained in:
Blake DeMarcy 2017-04-17 18:48:07 -05:00
parent 72c47caeca
commit 1d5fe74d80

View File

@ -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()]