search field is black,white

This commit is contained in:
Nick 2011-02-15 20:15:43 +01:00
parent 962bfc3d2c
commit ce2516ab2c
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ class AllTorrents(BaseMode):
self.add_string(1,self.column_string) self.add_string(1,self.column_string)
if self.entering_search: if self.entering_search:
self.add_string(self.rows - 1,"Search torrents: %s"%self.search_string) self.add_string(self.rows - 1,"{!black,white!}Search torrents: %s"%self.search_string)
else: else:
hstr = "%sPress [h] for help"%(" "*(self.cols - len(self.statusbars.bottombar) - 10)) hstr = "%sPress [h] for help"%(" "*(self.cols - len(self.statusbars.bottombar) - 10))
self.add_string(self.rows - 1, "%s%s"%(self.statusbars.bottombar,hstr)) self.add_string(self.rows - 1, "%s%s"%(self.statusbars.bottombar,hstr))