From 56ab33c9d6dc0255bf15ebd1fbc216766ffb247c Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Tue, 7 May 2013 18:52:23 +0200 Subject: support specifying colors with RGB components --- src/display_buffer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/display_buffer.hh') diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 82940259..f7abe4c3 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -115,7 +115,7 @@ struct DisplayAtom AtomContent content; DisplayAtom(AtomContent content, - ColorPair colors = {Color::Default, Color::Default}, + ColorPair colors = {Colors::Default, Colors::Default}, Attribute attribute = Normal) : content{std::move(content)}, colors{colors}, attribute{attribute} {} -- cgit v1.2.3