console: show order option in status bar
This commit is contained in:
parent
5975cc8301
commit
9322167eeb
|
@ -181,6 +181,10 @@ class StatusBar(urwid.WidgetWrap):
|
|||
r.append("[")
|
||||
r.append(("heading_key", "M"))
|
||||
r.append(":%s]" % self.master.options.default_contentview)
|
||||
if self.master.options.order:
|
||||
r.append("[")
|
||||
r.append(("heading_key", "o"))
|
||||
r.append(":%s]" % self.master.options.order)
|
||||
|
||||
opts = []
|
||||
if self.master.options.anticache:
|
||||
|
|
Loading…
Reference in New Issue