pull/4/head
Blake DeMarcy 2017-04-17 18:52:33 -05:00
parent 1d5fe74d80
commit 662f9c3b70
1 changed files with 2 additions and 1 deletions

View File

@ -1652,7 +1652,8 @@ class ActionBox(urwid.ListBox):
elif key == "~":
# sssssshhhhhhhh
app.loop.stop()
run("sl", shell=True)
try: run("sl", shell=True)
except: pass
app.loop.start()
elif app.mode == "thread" and not app.window_split and not overlay: