search field is black,white
This commit is contained in:
parent
962bfc3d2c
commit
ce2516ab2c
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue