summaryrefslogtreecommitdiff
path: root/src/context.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-04-04 18:50:00 +0200
committerMaxime Coste <frrrwww@gmail.com>2013-04-04 18:50:00 +0200
commitf540566b1b4565f9306101c67fa51776ff7dc0dc (patch)
tree32a3ea1e476cfb8b8572a6460645b5c7f937681a /src/context.hh
parent6ffdfd77353748f855b1528cdc6ca44b7154bfe3 (diff)
UserInterface: status line messages are now DisplayLines
This add color support for the status line
Diffstat (limited to 'src/context.hh')
-rw-r--r--src/context.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.hh b/src/context.hh
index bfbc6c6d..c6c7abc2 100644
--- a/src/context.hh
+++ b/src/context.hh
@@ -95,7 +95,7 @@ struct Context
return GlobalHooks::instance();
}
- void print_status(const String& status) const
+ void print_status(const DisplayLine& status) const
{
if (has_ui())
ui().print_status(status);