Always display statusbar red on errors, even in insert mode
This commit is contained in:
parent
ad972ff499
commit
01485a2f9e
3
doc/BUGS
3
doc/BUGS
@ -5,9 +5,6 @@ Bugs
|
||||
e.g. loading a page and immediately yanking the (non-resolved) URL should
|
||||
work.
|
||||
|
||||
- When loading http://www.the-compiler.org:4040/ ssl errors get displayed in
|
||||
green because we're in insert mode.
|
||||
|
||||
- page-forward clicks "Newest" on http://explosm.net/ instead of "Next".
|
||||
|
||||
- seir sometimes sees "-- COMMAND MODE --" even though that should never
|
||||
|
@ -101,10 +101,6 @@ class StatusBar(QWidget):
|
||||
{color[statusbar.bg]}
|
||||
}}
|
||||
|
||||
QWidget#StatusBar[error="true"] {{
|
||||
{color[statusbar.bg.error]}
|
||||
}}
|
||||
|
||||
QWidget#StatusBar[prompt_active="true"] {{
|
||||
{color[statusbar.bg.prompt]}
|
||||
}}
|
||||
@ -113,6 +109,10 @@ class StatusBar(QWidget):
|
||||
{color[statusbar.bg.insert]}
|
||||
}}
|
||||
|
||||
QWidget#StatusBar[error="true"] {{
|
||||
{color[statusbar.bg.error]}
|
||||
}}
|
||||
|
||||
QWidget {{
|
||||
{color[statusbar.fg]}
|
||||
{font[statusbar]}
|
||||
|
Loading…
Reference in New Issue
Block a user