Merge pull request #2991 from fenilgandhi/Fix-2990

Removing the erroneously highlighted keybinding
This commit is contained in:
Maximilian Hils 2018-03-15 23:59:04 +01:00 committed by GitHub
commit ca75e2738a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -228,10 +228,8 @@ class StatusBar(urwid.WidgetWrap):
r.append("[")
r.append(("heading_key", "u"))
r.append(":%s]" % self.master.options.stickyauth)
if self.master.options.console_default_contentview != "auto":
r.append("[")
r.append(("heading_key", "M"))
r.append(":%s]" % self.master.options.console_default_contentview)
if self.master.options.console_default_contentview != 'auto':
r.append("[contentview:%s]" % (self.master.options.console_default_contentview))
if self.master.options.has_changed("view_order"):
r.append("[")
r.append(("heading_key", "o"))