diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-05-07 18:52:23 +0200 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-05-13 14:25:05 +0200 |
| commit | 56ab33c9d6dc0255bf15ebd1fbc216766ffb247c (patch) | |
| tree | 40f3cff1b16397f1ea4ab4c7bff7c69b3cd8a606 /src/display_buffer.hh | |
| parent | d80815b927b54be6fb51d244b567f52185ee6cea (diff) | |
support specifying colors with RGB components
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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} {} |
