console: show order option in status bar

This commit is contained in:
Aldo Cortesi 2016-10-30 18:33:51 +13:00
parent 5975cc8301
commit 9322167eeb

View File

@ -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: