Seems more natural to re-prompt for search every time

This commit is contained in:
Aldo Cortesi 2015-03-29 15:16:20 +13:00
parent 80c4de5ca4
commit bdc2fda7ef

View File

@ -28,7 +28,7 @@ class Searchable(urwid.ListBox):
if key == "/": if key == "/":
signals.status_prompt.send( signals.status_prompt.send(
prompt = "Search for", prompt = "Search for",
text = self.search_term or "", text = "",
callback = self.set_search callback = self.set_search
) )
if key == "n": if key == "n":